Git fork

treewide: remove cache.h inclusion due to pager.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>

authored by

Elijah Newren and committed by
Junio C Hamano
77f091ed ca4eed70

+5 -5
+1 -1
column.c
··· 1 - #include "cache.h" 1 + #include "git-compat-util.h" 2 2 #include "config.h" 3 3 #include "column.h" 4 4 #include "string-list.h"
+1 -1
editor.c
··· 1 - #include "cache.h" 1 + #include "git-compat-util.h" 2 2 #include "abspath.h" 3 3 #include "advice.h" 4 4 #include "config.h"
+1 -1
pager.c
··· 1 - #include "cache.h" 1 + #include "git-compat-util.h" 2 2 #include "config.h" 3 3 #include "editor.h" 4 4 #include "pager.h"
+1 -1
pretty.c
··· 1 - #include "cache.h" 1 + #include "git-compat-util.h" 2 2 #include "alloc.h" 3 3 #include "config.h" 4 4 #include "commit.h"
+1 -1
progress.c
··· 9 9 */ 10 10 11 11 #define GIT_TEST_PROGRESS_ONLY 12 - #include "cache.h" 12 + #include "git-compat-util.h" 13 13 #include "pager.h" 14 14 #include "progress.h" 15 15 #include "strbuf.h"