shallow: remove unused #include "sigchain.h"
authorTobias Klauser <tklauser@distanz.ch>
Thu, 22 Oct 2015 12:43:30 +0000 (14:43 +0200)
committerJunio C Hamano <gitster@pobox.com>
Thu, 22 Oct 2015 18:12:38 +0000 (11:12 -0700)
After switching to use the tempfile module in commit 6e122b44
(setup_temporary_shallow(): 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>
shallow.c
index 2ba29a5ef56351b91e0cf73f75c58ccb21522581..f1518ce61a043c4b30d78165fc9f0a99dc5887ce 100644 (file)
--- a/shallow.c
+++ b/shallow.c
@@ -10,7 +10,6 @@
 #include "diff.h"
 #include "revision.h"
 #include "commit-slab.h"
-#include "sigchain.h"
 
 static int is_shallow = -1;
 static struct stat_validity shallow_stat;