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>
maint
Elijah Newren 2023-04-22 20:17:23 +00:00 committed by Junio C Hamano
parent 53dca334d6
commit 5e3f94dfe3
31 changed files with 25 additions and 31 deletions

View File

@ -1,7 +1,7 @@
/* /*
* Copyright (c) 2006 Rene Scharfe * Copyright (c) 2006 Rene Scharfe
*/ */
#include "cache.h" #include "git-compat-util.h"
#include "config.h" #include "config.h"
#include "archive.h" #include "archive.h"
#include "gettext.h" #include "gettext.h"

View File

@ -1,4 +1,4 @@
#include "cache.h" #include "git-compat-util.h"
#include "bundle-uri.h" #include "bundle-uri.h"
#include "bundle.h" #include "bundle.h"
#include "copy.h" #include "copy.h"

View File

@ -1,4 +1,4 @@
#include "cache.h" #include "git-compat-util.h"
#include "config.h" #include "config.h"
#include "color.h" #include "color.h"
#include "editor.h" #include "editor.h"

View File

@ -1,4 +1,4 @@
#include "cache.h" #include "git-compat-util.h"
#include "object-store.h" #include "object-store.h"
#include "commit.h" #include "commit.h"
#include "convert.h" #include "convert.h"

View File

@ -1,4 +1,4 @@
#include "cache.h" #include "git-compat-util.h"
#include "exec-cmd.h" #include "exec-cmd.h"
#include "gettext.h" #include "gettext.h"
#include "attr.h" #include "attr.h"

View File

@ -5,7 +5,7 @@
* Copyright (C) Johannes Schindelin, 2005 * Copyright (C) Johannes Schindelin, 2005
* *
*/ */
#include "cache.h" #include "git-compat-util.h"
#include "abspath.h" #include "abspath.h"
#include "advice.h" #include "advice.h"
#include "alloc.h" #include "alloc.h"

2
copy.c
View File

@ -1,4 +1,4 @@
#include "cache.h" #include "git-compat-util.h"
#include "copy.h" #include "copy.h"
#include "path.h" #include "path.h"
#include "wrapper.h" #include "wrapper.h"

View File

@ -1,4 +1,4 @@
#include "cache.h" #include "git-compat-util.h"
#include "abspath.h" #include "abspath.h"
#include "config.h" #include "config.h"
#include "credential.h" #include "credential.h"

View File

@ -1,4 +1,4 @@
#include "cache.h" #include "git-compat-util.h"
#include "abspath.h" #include "abspath.h"
#include "alloc.h" #include "alloc.h"
#include "config.h" #include "config.h"

2
date.c
View File

@ -4,7 +4,7 @@
* Copyright (C) Linus Torvalds, 2005 * Copyright (C) Linus Torvalds, 2005
*/ */


#include "cache.h" #include "git-compat-util.h"
#include "date.h" #include "date.h"
#include "gettext.h" #include "gettext.h"
#include "pager.h" #include "pager.h"

View File

@ -1,4 +1,4 @@
#include "cache.h" #include "git-compat-util.h"
#include "diagnose.h" #include "diagnose.h"
#include "compat/disk.h" #include "compat/disk.h"
#include "archive.h" #include "archive.h"

View File

@ -7,7 +7,7 @@
* even if you might want to know where the git directory etc * even if you might want to know where the git directory etc
* are. * are.
*/ */
#include "cache.h" #include "git-compat-util.h"
#include "abspath.h" #include "abspath.h"
#include "branch.h" #include "branch.h"
#include "convert.h" #include "convert.h"

View File

@ -4,7 +4,7 @@
* Copyright (c) 2007 Junio C Hamano * Copyright (c) 2007 Junio C Hamano
*/ */


#include "cache.h" #include "git-compat-util.h"
#include "config.h" #include "config.h"
#include "convert.h" #include "convert.h"
#include "attr.h" #include "attr.h"

View File

@ -1,4 +1,4 @@
#include "cache.h" #include "git-compat-util.h"
#include "hex.h" #include "hex.h"
#include "match-trees.h" #include "match-trees.h"
#include "tree.h" #include "tree.h"

2
midx.c
View File

@ -1,4 +1,4 @@
#include "cache.h" #include "git-compat-util.h"
#include "abspath.h" #include "abspath.h"
#include "alloc.h" #include "alloc.h"
#include "config.h" #include "config.h"

View File

@ -6,7 +6,7 @@
* This handles basic git object files - packing, unpacking, * This handles basic git object files - packing, unpacking,
* creation etc. * creation etc.
*/ */
#include "cache.h" #include "git-compat-util.h"
#include "abspath.h" #include "abspath.h"
#include "alloc.h" #include "alloc.h"
#include "config.h" #include "config.h"

View File

@ -1,4 +1,4 @@
#include "cache.h" #include "git-compat-util.h"
#include "alloc.h" #include "alloc.h"
#include "environment.h" #include "environment.h"
#include "gettext.h" #include "gettext.h"

View File

@ -1,4 +1,4 @@
#include "cache.h" #include "git-compat-util.h"
#include "copy.h" #include "copy.h"
#include "pkt-line.h" #include "pkt-line.h"
#include "gettext.h" #include "gettext.h"

View File

@ -1,4 +1,4 @@
#include "cache.h" #include "git-compat-util.h"
#include "environment.h" #include "environment.h"
#include "gettext.h" #include "gettext.h"
#include "range-diff.h" #include "range-diff.h"

View File

@ -1,4 +1,4 @@
#include "cache.h" #include "git-compat-util.h"
#include "alloc.h" #include "alloc.h"
#include "environment.h" #include "environment.h"
#include "gettext.h" #include "gettext.h"

View File

@ -1,5 +1,4 @@
#include "test-tool.h" #include "test-tool.h"
#include "cache.h"
#include "hex.h" #include "hex.h"
#include "match-trees.h" #include "match-trees.h"
#include "object-name.h" #include "object-name.h"

View File

@ -1,5 +1,4 @@
#include "test-tool.h" #include "test-tool.h"
#include "cache.h"
#include "mem-pool.h" #include "mem-pool.h"
#include "mergesort.h" #include "mergesort.h"
#include "strbuf.h" #include "strbuf.h"

View File

@ -1,5 +1,4 @@
#include "test-tool.h" #include "test-tool.h"
#include "cache.h"
#include "hex.h" #include "hex.h"
#include "oid-array.h" #include "oid-array.h"
#include "setup.h" #include "setup.h"

View File

@ -1,5 +1,4 @@
#include "test-tool.h" #include "test-tool.h"
#include "cache.h"
#include "hex.h" #include "hex.h"
#include "oidtree.h" #include "oidtree.h"
#include "setup.h" #include "setup.h"

View File

@ -1,5 +1,4 @@
#include "test-tool.h" #include "test-tool.h"
#include "cache.h"
#include "parse-options.h" #include "parse-options.h"
#include "strbuf.h" #include "strbuf.h"
#include "string-list.h" #include "string-list.h"

View File

@ -1,5 +1,4 @@
#include "test-tool.h" #include "test-tool.h"
#include "cache.h"
#include "hex.h" #include "hex.h"
#include "midx.h" #include "midx.h"
#include "repository.h" #include "repository.h"

View File

@ -1,5 +1,4 @@
#include "test-tool.h" #include "test-tool.h"
#include "cache.h"
#include "strbuf.h" #include "strbuf.h"
#include "string-list.h" #include "string-list.h"



View File

@ -1,7 +1,7 @@
/* /*
* Helper functions for tree diff generation * Helper functions for tree diff generation
*/ */
#include "cache.h" #include "git-compat-util.h"
#include "diff.h" #include "diff.h"
#include "diffcore.h" #include "diffcore.h"
#include "tree.h" #include "tree.h"

View File

@ -1,4 +1,4 @@
#include "cache.h" #include "git-compat-util.h"
#include "tree-walk.h" #include "tree-walk.h"
#include "alloc.h" #include "alloc.h"
#include "dir.h" #include "dir.h"

2
tree.c
View File

@ -1,4 +1,4 @@
#include "cache.h" #include "git-compat-util.h"
#include "cache-tree.h" #include "cache-tree.h"
#include "hex.h" #include "hex.h"
#include "tree.h" #include "tree.h"

View File

@ -1,10 +1,11 @@
/* /*
* Various trivial helper wrappers around standard functions * Various trivial helper wrappers around standard functions
*/ */
#include "cache.h" #include "git-compat-util.h"
#include "abspath.h" #include "abspath.h"
#include "config.h" #include "config.h"
#include "gettext.h" #include "gettext.h"
#include "object.h"
#include "repository.h" #include "repository.h"
#include "strbuf.h" #include "strbuf.h"
#include "trace2.h" #include "trace2.h"