]> git.ipfire.org Git - thirdparty/git.git/blobdiff - archive-zip.c
setup: adopt shared init-db & clone code
[thirdparty/git.git] / archive-zip.c
index e6f5c10a14f20a105de81224aae0144610f5a312..d0d065a312eeca3b1e9399f6d4adad46a05d8f60 100644 (file)
@@ -1,10 +1,11 @@
 /*
  * Copyright (c) 2006 Rene Scharfe
  */
-#include "cache.h"
+#include "git-compat-util.h"
 #include "config.h"
 #include "archive.h"
 #include "gettext.h"
+#include "git-zlib.h"
 #include "hex.h"
 #include "streaming.h"
 #include "utf8.h"