Skip to content

Commit 31dfa17

Browse files
newrengitster
authored andcommitted
cache.h: remove unnecessary includes
cache.h did not need any of these headers, and nothing that depended upon cache.h needed them either. Simply expunge these includes. Signed-off-by: Elijah Newren <[email protected]> Acked-by: Calvin Wan <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 77f091e commit 31dfa17

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

cache.h

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,10 @@
44
#include "git-compat-util.h"
55
#include "strbuf.h"
66
#include "hashmap.h"
7-
#include "list.h"
87
#include "gettext.h"
98
#include "string-list.h"
10-
#include "hash.h"
11-
#include "path.h"
129
#include "pathspec.h"
1310
#include "object.h"
14-
#include "repository.h"
1511
#include "statinfo.h"
1612

1713
#if defined(DT_UNKNOWN) && !defined(NO_D_TYPE_IN_DIRENT)

0 commit comments

Comments
 (0)