1
0
Fork 0
mirror of https://github.com/git/git.git synced 2024-04-23 14:55:13 +02:00

treewide: remove cache.h inclusion due to object.h changes

Signed-off-by: Elijah Newren <newren@gmail.com>
Acked-by: Calvin Wan <calvinwan@google.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
Elijah Newren 2023-04-11 00:41:56 -07:00 committed by Junio C Hamano
parent 8876ea83a7
commit d812c3b6a0
17 changed files with 16 additions and 17 deletions

View File

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

View File

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

View File

@ -1,4 +1,4 @@
#include "cache.h"
#include "git-compat-util.h"
#include "tag.h"
#include "commit.h"
#include "commit-graph.h"

View File

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

View File

@ -4,7 +4,7 @@
* Copyright (c) 2008 by Junio C Hamano
*/
#include "cache.h"
#include "git-compat-util.h"
#include "abspath.h"
#include "color.h"
#include "commit.h"

2
fsck.c
View File

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

View File

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

View File

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

View File

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

View File

@ -1,4 +1,4 @@
#include "cache.h"
#include "git-compat-util.h"
#include "commit-reach.h"
#include "config.h"
#include "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,7 +1,6 @@
#include "git-compat-util.h"
#include "parse-options.h"
#include "branch.h"
#include "cache.h"
#include "commit.h"
#include "color.h"
#include "environment.h"

View File

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

View File

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

2
tag.c
View File

@ -1,4 +1,4 @@
#include "cache.h"
#include "git-compat-util.h"
#include "environment.h"
#include "tag.h"
#include "object-name.h"

View File

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

View File

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