]> git.ipfire.org Git - thirdparty/git.git/blobdiff - builtin/mktree.c
object-store-ll.h: split this header out of object-store.h
[thirdparty/git.git] / builtin / mktree.c
index 09a7bd5c5c250fb22ca204932c6e00c50de62690..0eea810c7ea390995cb804f8c6c14e59a04244af 100644 (file)
@@ -8,9 +8,10 @@
 #include "gettext.h"
 #include "hex.h"
 #include "quote.h"
+#include "strbuf.h"
 #include "tree.h"
 #include "parse-options.h"
-#include "object-store.h"
+#include "object-store-ll.h"
 
 static struct treeent {
        unsigned mode;