]> git.ipfire.org Git - thirdparty/git.git/blobdiff - tree-walk.c
khash: name the structs that khash declares
[thirdparty/git.git] / tree-walk.c
index 38b6556478d037b67422e44e49453a7de60d7c9f..d3c48e06df05b707af9f753fd4a3d4641173c00c 100644 (file)
@@ -1,10 +1,12 @@
-#include "cache.h"
+#include "git-compat-util.h"
 #include "tree-walk.h"
 #include "alloc.h"
 #include "dir.h"
 #include "gettext.h"
 #include "hex.h"
+#include "object-file.h"
 #include "object-store.h"
+#include "trace2.h"
 #include "tree.h"
 #include "pathspec.h"
 #include "json-writer.h"