aboutsummaryrefslogtreecommitdiff
path: root/cgit.h
diff refs
from: back
to: back
| flip
diff options
context:
space:
mode:
Diffstat (limited to 'cgit.h')
-rw-r--r--cgit.h20
1 files changed, 4 insertions, 16 deletions
diff --git a/cgit.h b/cgit.h
index 222c9c2..6e95673 100644
--- a/cgit.h
+++ b/cgit.h
@@ -1,22 +1,10 @@
#ifndef CGIT_H
#define CGIT_H
-
-#include <git-compat-util.h>
-#include <cache.h>
-#include <grep.h>
-#include <object.h>
-#include <tree.h>
-#include <commit.h>
-#include <tag.h>
-#include <diff.h>
-#include <diffcore.h>
-#include <refs.h>
-#include <revision.h>
-#include <log-tree.h>
-#include <archive.h>
-#include <xdiff/xdiff.h>
-
+#include "git.h"
+#include <openssl/sha.h>
+#include <ctype.h>
+#include <sched.h>
typedef void (*configfn)(const char *name, const char *value);