Skip to content

Commit 77f091e

Browse files
newrengitster
authored andcommitted
treewide: remove cache.h inclusion due to pager.h changes
Signed-off-by: Elijah Newren <[email protected]> Acked-by: Calvin Wan <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent ca4eed7 commit 77f091e

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

column.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#include "cache.h"
1+
#include "git-compat-util.h"
22
#include "config.h"
33
#include "column.h"
44
#include "string-list.h"

editor.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#include "cache.h"
1+
#include "git-compat-util.h"
22
#include "abspath.h"
33
#include "advice.h"
44
#include "config.h"

pager.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#include "cache.h"
1+
#include "git-compat-util.h"
22
#include "config.h"
33
#include "editor.h"
44
#include "pager.h"

pretty.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#include "cache.h"
1+
#include "git-compat-util.h"
22
#include "alloc.h"
33
#include "config.h"
44
#include "commit.h"

progress.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
*/
1010

1111
#define GIT_TEST_PROGRESS_ONLY
12-
#include "cache.h"
12+
#include "git-compat-util.h"
1313
#include "pager.h"
1414
#include "progress.h"
1515
#include "strbuf.h"

0 commit comments

Comments
 (0)