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-03-21 09:26:06 +0300
committerJunio C Hamano <gitster@pobox.com>2023-03-21 20:56:54 +0300
commit61a7b982647bb64779df9be66d9b13ecac811924 (patch)
tree0ac10b904554ec54fafc95e83f47d5e3c2b37141 /line-log.c
parente38da487cc50ce4b5b48085eebcab8268c541579 (diff)
treewide: remove cache.h inclusion due to setup.h changes
By moving several declarations to setup.h, the previous patch made it possible to remove the include of cache.h in several source files. Do so. Signed-off-by: Elijah Newren <newren@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'line-log.c')
-rw-r--r--line-log.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/line-log.c b/line-log.c
index 84c8093c51..10c19daec4 100644
--- a/line-log.c
+++ b/line-log.c
@@ -1,7 +1,6 @@
#include "git-compat-util.h"
#include "alloc.h"
#include "line-range.h"
-#include "cache.h"
#include "hex.h"
#include "tag.h"
#include "blob.h"