aboutsummaryrefslogtreecommitdiffstats
path: root/trace.c
diff options
context:
space:
mode:
Diffstat (limited to 'trace.c')
-rw-r--r--trace.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/trace.c b/trace.c
index efa4e2d8e0..81318a2455 100644
--- a/trace.c
+++ b/trace.c
@@ -22,7 +22,11 @@
*/
#include "cache.h"
+#include "abspath.h"
+#include "environment.h"
#include "quote.h"
+#include "setup.h"
+#include "wrapper.h"
struct trace_key trace_default_key = { "GIT_TRACE", 0, 0, 0 };
struct trace_key trace_perf_key = TRACE_KEY_INIT(PERFORMANCE);