aboutsummaryrefslogtreecommitdiffstats
path: root/run-command.c
diff options
context:
space:
mode:
authorElijah Newren <newren@gmail.com>2023-05-16 06:33:49 +0000
committerJunio C Hamano <gitster@pobox.com>2023-06-21 13:39:53 -0700
commit64c8559575a2d91bad66a3c0a7067d9275dd5905 (patch)
tree9ac66d53c405ba620f0607aab9644a6304b7323c /run-command.c
parentstatinfo: move stat_{data,validity} functions from cache/read-cache (diff)
downloadgit-64c8559575a2d91bad66a3c0a7067d9275dd5905.tar.gz
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 'run-command.c')
-rw-r--r--run-command.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/run-command.c b/run-command.c
index 60c9419866..1ac2848b54 100644
--- a/run-command.c
+++ b/run-command.c
@@ -1,4 +1,4 @@
-#include "cache.h"
+#include "git-compat-util.h"
#include "run-command.h"
#include "environment.h"
#include "exec-cmd.h"