diff options
Diffstat (limited to 'server-info.c')
-rw-r--r-- | server-info.c | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/server-info.c b/server-info.c index 0ec6c0c165..55aa04f00a 100644 --- a/server-info.c +++ b/server-info.c @@ -1,13 +1,19 @@ -#include "cache.h" +#include "git-compat-util.h" +#include "alloc.h" #include "dir.h" +#include "environment.h" +#include "hex.h" #include "repository.h" #include "refs.h" #include "object.h" #include "commit.h" #include "tag.h" #include "packfile.h" +#include "object-file.h" #include "object-store.h" +#include "server-info.h" #include "strbuf.h" +#include "wrapper.h" struct update_info_ctx { FILE *cur_fp; |