From a559263caead4cb8078b651f25f5b08a56cf406e Mon Sep 17 00:00:00 2001 From: Tobias Klauser Date: Thu, 22 Oct 2015 14:43:29 +0200 Subject: 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 --- read-cache.c | 1 - 1 file changed, 1 deletion(-) (limited to 'read-cache.c') 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, -- cgit v1.2.1