diff options
Diffstat (limited to 'trace.c')
| -rw-r--r-- | trace.c | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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); |
