diff options
Diffstat (limited to 'midx.c')
| -rw-r--r-- | midx.c | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -1,8 +1,10 @@ -#include "git-compat-util.h" +#include "cache.h" +#include "abspath.h" #include "alloc.h" #include "config.h" #include "csum-file.h" #include "dir.h" +#include "gettext.h" #include "hex.h" #include "lockfile.h" #include "packfile.h" |
