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:24 +0300
committerJunio C Hamano <gitster@pobox.com>2023-04-24 22:47:33 +0300
commit4c98cb8e355d51520cb56ef8bdcbe9f23c55a114 (patch)
tree9dd10d1f2564c5cbfd3cf2a0faca47a0d56d8dac /cache.h
parent5e3f94dfe3c69bc2a711a9dc3b1635e7ff91ab54 (diff)
cache.h: remove unnecessary headers
Signed-off-by: Elijah Newren <newren@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'cache.h')
-rw-r--r--cache.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/cache.h b/cache.h
index 591c67b059..bdedb87e83 100644
--- a/cache.h
+++ b/cache.h
@@ -4,8 +4,6 @@
#include "git-compat-util.h"
#include "strbuf.h"
#include "hashmap.h"
-#include "gettext.h"
-#include "string-list.h"
#include "pathspec.h"
#include "object.h"
#include "statinfo.h"