aboutsummaryrefslogtreecommitdiffstats
path: root/refspec.c
diff options
context:
space:
mode:
Diffstat (limited to 'refspec.c')
-rw-r--r--refspec.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/refspec.c b/refspec.c
index 63e3112104..7b5c305514 100644
--- a/refspec.c
+++ b/refspec.c
@@ -1,4 +1,7 @@
-#include "cache.h"
+#include "git-compat-util.h"
+#include "alloc.h"
+#include "gettext.h"
+#include "hex.h"
#include "strvec.h"
#include "refs.h"
#include "refspec.h"