diff options
Diffstat (limited to 'checkout.c')
| -rw-r--r-- | checkout.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/checkout.c b/checkout.c index 1247b88224..04238b2713 100644 --- a/checkout.c +++ b/checkout.c @@ -1,8 +1,10 @@ -#include "cache.h" +#include "git-compat-util.h" +#include "object-name.h" #include "remote.h" #include "refspec.h" #include "checkout.h" #include "config.h" +#include "strbuf.h" struct tracking_name_data { /* const */ char *src_ref; |
