diff options
Diffstat (limited to 'builtin/checkout.c')
| -rw-r--r-- | builtin/checkout.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/builtin/checkout.c b/builtin/checkout.c index e69ea06713..d185982f3a 100644 --- a/builtin/checkout.c +++ b/builtin/checkout.c @@ -18,8 +18,9 @@ #include "lockfile.h" #include "mem-pool.h" #include "merge-ort-wrappers.h" +#include "object-file.h" #include "object-name.h" -#include "object-store-ll.h" +#include "object-store.h" #include "parse-options.h" #include "path.h" #include "preload-index.h" |
