aboutsummaryrefslogtreecommitdiff
path: root/cgit.h
diff options
context:
space:
mode:
Diffstat (limited to 'cgit.h')
-rw-r--r--cgit.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cgit.h b/cgit.h
index f788fd2..dbc461f 100644
--- a/cgit.h
+++ b/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>