From: Tobias Klauser Date: Thu, 22 Oct 2015 12:43:29 +0000 (+0200) Subject: read-cache: remove unused #include "sigchain.h" X-Git-Tag: v2.7.0-rc0~67^2~1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a559263caead4cb8078b651f25f5b08a56cf406e;p=thirdparty%2Fgit.git read-cache: remove unused #include "sigchain.h" After switching to use the tempfile module in commit f6ecc62d (write_shared_index(): use tempfile module), no declarations from sigchain.h are used in read-cache.c anymore. Thus, remove the #include. Signed-off-by: Tobias Klauser Signed-off-by: Junio C Hamano --- diff --git a/read-cache.c b/read-cache.c index 89be2268cd..b240c41fdc 100644 --- a/read-cache.c +++ b/read-cache.c @@ -17,7 +17,6 @@ #include "strbuf.h" #include "varint.h" #include "split-index.h" -#include "sigchain.h" #include "utf8.h" static struct cache_entry *refresh_cache_entry(struct cache_entry *ce,