summaryrefslogtreecommitdiffstats
path: root/exec-cmd.c
diff options
context:
space:
mode:
authorElijah Newren <newren@gmail.com>2023-05-16 08:33:49 +0200
committerJunio C Hamano <gitster@pobox.com>2023-06-21 22:39:53 +0200
commit64c8559575a2d91bad66a3c0a7067d9275dd5905 (patch)
tree9ac66d53c405ba620f0607aab9644a6304b7323c /exec-cmd.c
parentstatinfo: move stat_{data,validity} functions from cache/read-cache (diff)
downloadgit-64c8559575a2d91bad66a3c0a7067d9275dd5905.tar.xz
git-64c8559575a2d91bad66a3c0a7067d9275dd5905.zip
run-command.h: move declarations for run-command.c from cache.h
Signed-off-by: Elijah Newren <newren@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'exec-cmd.c')
-rw-r--r--exec-cmd.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/exec-cmd.c b/exec-cmd.c
index 1e34e48c0e..1d597e84ea 100644
--- a/exec-cmd.c
+++ b/exec-cmd.c
@@ -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"