diff options
author | Tobias Klauser <tklauser@distanz.ch> | 2015-10-22 14:43:29 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2015-10-22 11:12:37 -0700 |
commit | a559263caead4cb8078b651f25f5b08a56cf406e (patch) | |
tree | 24a7d46687ddcf3f58db2bfbce25efe09b0ce508 /read-cache.c | |
parent | 086ecab1a7b7bfe8d87f5403d37cca84b41dfd72 (diff) | |
download | git-a559263caead4cb8078b651f25f5b08a56cf406e.tar.gz |
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.c | 1 |
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, |