]> gitweb.ps.run Git - ps-cgit/blobdiff - cgit.h
Update to libgit 1.5.2-rc2
[ps-cgit] / cgit.h
diff --git a/cgit.h b/cgit.h
index 6e95673324c3f6d9f73bc81319c4b4a9f2cc9bbb..222c9c21a80912142a87358d362f07f11d7fb0a0 100644 (file)
--- a/cgit.h
+++ b/cgit.h
@@ -1,10 +1,22 @@
 #ifndef CGIT_H
 #define CGIT_H
 
 #ifndef CGIT_H
 #define CGIT_H
 
-#include "git.h"
-#include <openssl/sha.h>
-#include <ctype.h>
-#include <sched.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>
+
 
 typedef void (*configfn)(const char *name, const char *value);
 
 
 typedef void (*configfn)(const char *name, const char *value);