]> git.ipfire.org Git - thirdparty/git.git/blobdiff - csum-file.c
treewide: remove cache.h inclusion due to environment.h changes
[thirdparty/git.git] / csum-file.c
index 2d22f80d901e972a5caccd69f5ae68fa51028326..82ae2973d30de5c3873df808f76935aed7405bc4 100644 (file)
@@ -7,7 +7,7 @@
  * files. Useful when you write a file that you want to be
  * able to verify hasn't been messed with afterwards.
  */
-#include "cache.h"
+#include "git-compat-util.h"
 #include "progress.h"
 #include "csum-file.h"
 #include "wrapper.h"