diff options
Diffstat (limited to 'oidset.c')
-rw-r--r-- | oidset.c | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -1,5 +1,7 @@ -#include "cache.h" +#include "git-compat-util.h" #include "oidset.h" +#include "hex.h" +#include "strbuf.h" void oidset_init(struct oidset *set, size_t initial_size) { |