X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=tree.c;fp=tree.c;h=508e5fd76fd5bb588796bb9c51a78557880ba074;hb=eea0e59ffbed6e33d171ace5be13cde9faa41639;hp=990f9c9854e6a1a957ed01f74b20e694af07f278;hpb=147438e8a0eb31a06cb9aefbf0de8c45e544a4c7;p=thirdparty%2Fgit.git diff --git a/tree.c b/tree.c index 990f9c9854..508e5fd76f 100644 --- a/tree.c +++ b/tree.c @@ -1,12 +1,9 @@ #include "git-compat-util.h" -#include "cache-tree.h" #include "hex.h" #include "tree.h" #include "object-name.h" #include "object-store-ll.h" -#include "blob.h" #include "commit.h" -#include "tag.h" #include "alloc.h" #include "tree-walk.h" #include "repository.h"