diff options
Diffstat (limited to 'pack-objects.c')
-rw-r--r-- | pack-objects.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pack-objects.c b/pack-objects.c index 272e8d4517..f403ca6986 100644 --- a/pack-objects.c +++ b/pack-objects.c @@ -1,9 +1,9 @@ -#include "cache.h" +#include "git-compat-util.h" #include "object.h" #include "pack.h" #include "pack-objects.h" #include "packfile.h" -#include "config.h" +#include "parse.h" static uint32_t locate_object_entry_hash(struct packing_data *pdata, const struct object_id *oid, |