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>
This commit is contained in:
Elijah Newren
2023-05-16 06:33:49 +00:00
committed by Junio C Hamano
parent b5ee0a2bf4
commit ccdfc96750
4 changed files with 5 additions and 5 deletions

View File

@ -1,4 +1,4 @@
#include "cache.h"
#include "git-compat-util.h"
#include "run-command.h"
#include "environment.h"
#include "exec-cmd.h"