Skip to content

Commit

Permalink
treewide: remove cache.h inclusion due to pager.h changes
Browse files Browse the repository at this point in the history
Signed-off-by: Elijah Newren <[email protected]>
Acked-by: Calvin Wan <[email protected]>
Signed-off-by: Junio C Hamano <[email protected]>
  • Loading branch information
newren authored and gitster committed Apr 11, 2023
1 parent ca4eed7 commit 77f091e
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion column.c
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#include "cache.h"
#include "git-compat-util.h"
#include "config.h"
#include "column.h"
#include "string-list.h"
Expand Down
2 changes: 1 addition & 1 deletion editor.c
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#include "cache.h"
#include "git-compat-util.h"
#include "abspath.h"
#include "advice.h"
#include "config.h"
Expand Down
2 changes: 1 addition & 1 deletion pager.c
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#include "cache.h"
#include "git-compat-util.h"
#include "config.h"
#include "editor.h"
#include "pager.h"
Expand Down
2 changes: 1 addition & 1 deletion pretty.c
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#include "cache.h"
#include "git-compat-util.h"
#include "alloc.h"
#include "config.h"
#include "commit.h"
Expand Down
2 changes: 1 addition & 1 deletion progress.c
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
*/

#define GIT_TEST_PROGRESS_ONLY
#include "cache.h"
#include "git-compat-util.h"
#include "pager.h"
#include "progress.h"
#include "strbuf.h"
Expand Down

0 comments on commit 77f091e

Please sign in to comment.