read-cache: remove unused #include "sigchain.h"
authorTobias Klauser <tklauser@distanz.ch>
Thu, 22 Oct 2015 12:43:29 +0000 (14:43 +0200)
committerJunio C Hamano <gitster@pobox.com>
Thu, 22 Oct 2015 18:12:37 +0000 (11:12 -0700)
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 <tklauser@distanz.ch>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
read-cache.c
index 89be2268cd39fc87983b2bb66597e968f76e32cd..b240c41fdcabc992a8b31e3f2cfb9063aff40513 100644 (file)
@@ -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,