aboutsummaryrefslogtreecommitdiffstats
path: root/remote.c
diff options
context:
space:
mode:
Diffstat (limited to 'remote.c')
-rw-r--r--remote.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/remote.c b/remote.c
index f99122b0d3..3a831cb530 100644
--- a/remote.c
+++ b/remote.c
@@ -1,6 +1,9 @@
-#include "git-compat-util.h"
+#include "cache.h"
+#include "abspath.h"
#include "alloc.h"
#include "config.h"
+#include "environment.h"
+#include "gettext.h"
#include "hex.h"
#include "remote.h"
#include "urlmatch.h"
@@ -12,6 +15,7 @@
#include "revision.h"
#include "dir.h"
#include "tag.h"
+#include "setup.h"
#include "string-list.h"
#include "strvec.h"
#include "commit-reach.h"