Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorElijah Newren <newren@gmail.com>2023-04-22 23:17:23 +0300
committerJunio C Hamano <gitster@pobox.com>2023-04-24 22:47:33 +0300
commit5e3f94dfe3c69bc2a711a9dc3b1635e7ff91ab54 (patch)
tree22e5311dc7a262a2f42cba2b801348baa717dc15 /wrapper.c
parent53dca334d6c56488994c0c80a247707419cddbfc (diff)
treewide: remove cache.h inclusion due to previous changes
Signed-off-by: Elijah Newren <newren@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'wrapper.c')
-rw-r--r--wrapper.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/wrapper.c b/wrapper.c
index 5ab0460de5..67f5f5dbe1 100644
--- a/wrapper.c
+++ b/wrapper.c
@@ -1,10 +1,11 @@
/*
* Various trivial helper wrappers around standard functions
*/
-#include "cache.h"
+#include "git-compat-util.h"
#include "abspath.h"
#include "config.h"
#include "gettext.h"
+#include "object.h"
#include "repository.h"
#include "strbuf.h"
#include "trace2.h"