about summary refs log tree commit diff
path: root/third_party/cgit/cgit.h
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/cgit/cgit.h')
-rw-r--r--third_party/cgit/cgit.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/third_party/cgit/cgit.h b/third_party/cgit/cgit.h
index a284af9aed..f201f82b85 100644
--- a/third_party/cgit/cgit.h
+++ b/third_party/cgit/cgit.h
@@ -6,7 +6,6 @@
 #include <git-compat-util.h>
 
 #include <archive.h>
-#include <cache.h>
 #include <commit.h>
 #include <diffcore.h>
 #include <diff.h>
@@ -19,6 +18,7 @@
 #include <object.h>
 #include <object-name.h>
 #include <object-store.h>
+#include <path.h>
 #include <refs.h>
 #include <revision.h>
 #include <setup.h>