diff options
Diffstat (limited to 'refspec.c')
-rw-r--r-- | refspec.c | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -1,7 +1,12 @@ -#include "cache.h" +#include "git-compat-util.h" +#include "alloc.h" +#include "gettext.h" +#include "hash.h" +#include "hex.h" #include "strvec.h" #include "refs.h" #include "refspec.h" +#include "strbuf.h" static struct refspec_item s_tag_refspec = { .force = 0, |