aboutsummaryrefslogtreecommitdiffstats
path: root/progress.c
diff options
context:
space:
mode:
Diffstat (limited to 'progress.c')
-rw-r--r--progress.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/progress.c b/progress.c
index 44c784d75f..72d5e0c73c 100644
--- a/progress.c
+++ b/progress.c
@@ -9,10 +9,12 @@
*/
#define GIT_TEST_PROGRESS_ONLY
-#include "cache.h"
+#include "git-compat-util.h"
+#include "pager.h"
#include "progress.h"
#include "strbuf.h"
#include "trace.h"
+#include "trace2.h"
#include "utf8.h"
#include "config.h"