Git fork

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 <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
31dfa17b 77f091ed

-4
-4
cache.h
··· 4 4 #include "git-compat-util.h" 5 5 #include "strbuf.h" 6 6 #include "hashmap.h" 7 - #include "list.h" 8 7 #include "gettext.h" 9 8 #include "string-list.h" 10 - #include "hash.h" 11 - #include "path.h" 12 9 #include "pathspec.h" 13 10 #include "object.h" 14 - #include "repository.h" 15 11 #include "statinfo.h" 16 12 17 13 #if defined(DT_UNKNOWN) && !defined(NO_D_TYPE_IN_DIRENT)