зеркало из https://github.com/microsoft/git.git
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:
Родитель
ca4eed708d
Коммит
77f091ed9f
2
column.c
2
column.c
|
@ -1,4 +1,4 @@
|
|||
#include "cache.h"
|
||||
#include "git-compat-util.h"
|
||||
#include "config.h"
|
||||
#include "column.h"
|
||||
#include "string-list.h"
|
||||
|
|
2
editor.c
2
editor.c
|
@ -1,4 +1,4 @@
|
|||
#include "cache.h"
|
||||
#include "git-compat-util.h"
|
||||
#include "abspath.h"
|
||||
#include "advice.h"
|
||||
#include "config.h"
|
||||
|
|
2
pager.c
2
pager.c
|
@ -1,4 +1,4 @@
|
|||
#include "cache.h"
|
||||
#include "git-compat-util.h"
|
||||
#include "config.h"
|
||||
#include "editor.h"
|
||||
#include "pager.h"
|
||||
|
|
2
pretty.c
2
pretty.c
|
@ -1,4 +1,4 @@
|
|||
#include "cache.h"
|
||||
#include "git-compat-util.h"
|
||||
#include "alloc.h"
|
||||
#include "config.h"
|
||||
#include "commit.h"
|
||||
|
|
|
@ -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"
|
||||
|
|
Загрузка…
Ссылка в новой задаче