diff options
Diffstat (limited to 'promisor-remote.c')
| -rw-r--r-- | promisor-remote.c | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/promisor-remote.c b/promisor-remote.c index 550a38f752..9f0441ef3b 100644 --- a/promisor-remote.c +++ b/promisor-remote.c @@ -1,7 +1,10 @@ -#include "cache.h" +#include "git-compat-util.h" +#include "gettext.h" +#include "hex.h" #include "object-store.h" #include "promisor-remote.h" #include "config.h" +#include "trace2.h" #include "transport.h" #include "strvec.h" #include "packfile.h" |
