summaryrefslogtreecommitdiffstats
path: root/read-cache.c
diff options
context:
space:
mode:
authorTobias Klauser <tklauser@distanz.ch>2015-10-22 14:43:29 +0200
committerJunio C Hamano <gitster@pobox.com>2015-10-22 20:12:37 +0200
commita559263caead4cb8078b651f25f5b08a56cf406e (patch)
tree24a7d46687ddcf3f58db2bfbce25efe09b0ce508 /read-cache.c
parentdiff: remove unused #include "sigchain.h" (diff)
downloadgit-a559263caead4cb8078b651f25f5b08a56cf406e.tar.xz
git-a559263caead4cb8078b651f25f5b08a56cf406e.zip
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 '')
-rw-r--r--read-cache.c1
1 files changed, 0 insertions, 1 deletions
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,