summaryrefslogtreecommitdiff
path: root/read-cache.c
diff options
context:
space:
mode:
authorTobias Klauser <tklauser@distanz.ch>2015-10-22 12:43:29 (GMT)
committerJunio C Hamano <gitster@pobox.com>2015-10-22 18:12:37 (GMT)
commita559263caead4cb8078b651f25f5b08a56cf406e (patch)
tree24a7d46687ddcf3f58db2bfbce25efe09b0ce508 /read-cache.c
parent086ecab1a7b7bfe8d87f5403d37cca84b41dfd72 (diff)
downloadgit-a559263caead4cb8078b651f25f5b08a56cf406e.zip
git-a559263caead4cb8078b651f25f5b08a56cf406e.tar.gz
git-a559263caead4cb8078b651f25f5b08a56cf406e.tar.bz2
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 <tklauser@distanz.ch> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'read-cache.c')
-rw-r--r--read-cache.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/read-cache.c b/read-cache.c
index 89be226..b240c41 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,