aboutsummaryrefslogtreecommitdiff
path: root/submodule.c
diff options
context:
space:
mode:
Diffstat (limited to 'submodule.c')
-rw-r--r--submodule.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/submodule.c b/submodule.c
index e7c8d8b2c3..94644fac0a 100644
--- a/submodule.c
+++ b/submodule.c
@@ -1,4 +1,5 @@
-#include "git-compat-util.h"
+#include "cache.h"
+#include "abspath.h"
#include "alloc.h"
#include "repository.h"
#include "config.h"
@@ -7,6 +8,8 @@
#include "dir.h"
#include "diff.h"
#include "commit.h"
+#include "environment.h"
+#include "gettext.h"
#include "hex.h"
#include "revision.h"
#include "run-command.h"
@@ -23,6 +26,7 @@
#include "parse-options.h"
#include "object-store.h"
#include "commit-reach.h"
+#include "setup.h"
#include "shallow.h"
static int config_update_recurse_submodules = RECURSE_SUBMODULES_OFF;