]> git.ipfire.org Git - thirdparty/git.git/blobdiff - config.c
object-name.h: move declarations for object-name.c functions from cache.h
[thirdparty/git.git] / config.c
index 00090a32fc3a2bd82fe01f9060eb7b0b4f7b8ca1..aac439530e94c4761f125dae091ce83945ca5ab7 100644 (file)
--- a/config.c
+++ b/config.c
@@ -6,10 +6,16 @@
  *
  */
 #include "cache.h"
+#include "abspath.h"
+#include "advice.h"
+#include "alloc.h"
 #include "date.h"
 #include "branch.h"
 #include "config.h"
+#include "convert.h"
 #include "environment.h"
+#include "gettext.h"
+#include "ident.h"
 #include "repository.h"
 #include "lockfile.h"
 #include "exec-cmd.h"
 #include "quote.h"
 #include "hashmap.h"
 #include "string-list.h"
+#include "object-name.h"
 #include "object-store.h"
 #include "utf8.h"
 #include "dir.h"
 #include "color.h"
+#include "replace-object.h"
 #include "refs.h"
+#include "setup.h"
+#include "trace2.h"
 #include "worktree.h"
+#include "wrapper.h"
+#include "write-or-die.h"
 
 struct config_source {
        struct config_source *prev;