Skip to content

Commit a559263

Browse files
tklausergitster
authored andcommitted
read-cache: remove unused #include "sigchain.h"
After switching to use the tempfile module in commit f6ecc62 (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>
1 parent 086ecab commit a559263

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

read-cache.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717
#include "strbuf.h"
1818
#include "varint.h"
1919
#include "split-index.h"
20-
#include "sigchain.h"
2120
#include "utf8.h"
2221

2322
static struct cache_entry *refresh_cache_entry(struct cache_entry *ce,

0 commit comments

Comments
 (0)