]> git.ipfire.org Git - thirdparty/git.git/blobdiff - tree-diff.c
treewide: remove cache.h inclusion due to previous changes
[thirdparty/git.git] / tree-diff.c
index a76e6dae619f9f1e59fc86cd167a3b5069af0abb..9ea2dd7a6c3d305420e68258ccc17a08f47ee79d 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * Helper functions for tree diff generation
  */
-#include "cache.h"
+#include "git-compat-util.h"
 #include "diff.h"
 #include "diffcore.h"
 #include "tree.h"