]> git.ipfire.org Git - thirdparty/git.git/blobdiff - submodule-config.c
object-name.h: move declarations for object-name.c functions from cache.h
[thirdparty/git.git] / submodule-config.c
index 4245bc5975c288eba5ed3779cc524b7591881754..252b90aa439c9014b1bbb3b0e641201d998def9c 100644 (file)
@@ -1,10 +1,15 @@
 #include "cache.h"
+#include "alloc.h"
 #include "dir.h"
+#include "environment.h"
+#include "gettext.h"
+#include "hex.h"
 #include "repository.h"
 #include "config.h"
 #include "submodule-config.h"
 #include "submodule.h"
 #include "strbuf.h"
+#include "object-name.h"
 #include "object-store.h"
 #include "parse-options.h"
 #include "tree-walk.h"