]> git.ipfire.org Git - thirdparty/git.git/blobdiff - exec-cmd.c
run-command.h: move declarations for run-command.c from cache.h
[thirdparty/git.git] / exec-cmd.c
index 1e34e48c0e467a96e806ce62bec682fb83979625..1d597e84ea7f4c3c8296cbf527bf0c5514037e99 100644 (file)
@@ -1,10 +1,11 @@
-#include "cache.h"
+#include "git-compat-util.h"
 #include "abspath.h"
 #include "environment.h"
 #include "exec-cmd.h"
 #include "gettext.h"
 #include "path.h"
 #include "quote.h"
+#include "run-command.h"
 #include "strvec.h"
 #include "trace.h"
 #include "trace2.h"