1
0
Fork 0
mirror of https://github.com/git/git.git synced 2024-04-19 17:43:53 +02:00

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>
This commit is contained in:
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
*/
#include "cache.h"
#include "git-compat-util.h"
#include "config.h"
#include "archive.h"
#include "gettext.h"

View File

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

View File

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

View File

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

View File

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

View File

@ -5,7 +5,7 @@
* Copyright (C) Johannes Schindelin, 2005
*
*/
#include "cache.h"
#include "git-compat-util.h"
#include "abspath.h"
#include "advice.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 "path.h"
#include "wrapper.h"

View File

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

View File

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

2
date.c
View File

@ -4,7 +4,7 @@
* Copyright (C) Linus Torvalds, 2005
*/
#include "cache.h"
#include "git-compat-util.h"
#include "date.h"
#include "gettext.h"
#include "pager.h"

View File

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

View File

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

View File

@ -4,7 +4,7 @@
* Copyright (c) 2007 Junio C Hamano
*/
#include "cache.h"
#include "git-compat-util.h"
#include "config.h"
#include "convert.h"
#include "attr.h"

View File

@ -1,4 +1,4 @@
#include "cache.h"
#include "git-compat-util.h"
#include "hex.h"
#include "match-trees.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 "alloc.h"
#include "config.h"

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -1,4 +1,4 @@
#include "cache.h"
#include "git-compat-util.h"
#include "tree-walk.h"
#include "alloc.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 "hex.h"
#include "tree.h"

View File

@ -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"