From: Elijah Newren Date: Tue, 11 Apr 2023 07:42:01 +0000 (-0700) Subject: cache.h: remove unnecessary includes X-Git-Tag: v2.41.0-rc0~61^2~4 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=31dfa17b3b83fcf0ff8ba286167b4225dc7d480d;p=thirdparty%2Fgit.git 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 Acked-by: Calvin Wan Signed-off-by: Junio C Hamano --- diff --git a/cache.h b/cache.h index 21fd520b04..16b5fc9fa3 100644 --- a/cache.h +++ b/cache.h @@ -4,14 +4,10 @@ #include "git-compat-util.h" #include "strbuf.h" #include "hashmap.h" -#include "list.h" #include "gettext.h" #include "string-list.h" -#include "hash.h" -#include "path.h" #include "pathspec.h" #include "object.h" -#include "repository.h" #include "statinfo.h" #if defined(DT_UNKNOWN) && !defined(NO_D_TYPE_IN_DIRENT)