1
0
Fork 0
mirror of https://github.com/git/git.git synced 2024-04-20 10:33:53 +02:00

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>
This commit is contained in:
Elijah Newren 2023-04-11 00:42:00 -07:00 committed by Junio C Hamano
parent ca4eed708d
commit 77f091ed9f
5 changed files with 5 additions and 5 deletions

View File

@ -1,4 +1,4 @@
#include "cache.h"
#include "git-compat-util.h"
#include "config.h"
#include "column.h"
#include "string-list.h"

View File

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

View File

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

View File

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

View File

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