]> git.ipfire.org Git - thirdparty/git.git/blobdiff - tree.c
treewide: remove unnecessary includes in source files
[thirdparty/git.git] / tree.c
diff --git a/tree.c b/tree.c
index 990f9c9854e6a1a957ed01f74b20e694af07f278..508e5fd76fd5bb588796bb9c51a78557880ba074 100644 (file)
--- 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"