Skip to content

Commit 4b7c50a

Browse files
tklausergitster
authored andcommitted
shallow: remove unused #include "sigchain.h"
After switching to use the tempfile module in commit 6e122b4 (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>
1 parent a559263 commit 4b7c50a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

shallow.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
#include "diff.h"
1111
#include "revision.h"
1212
#include "commit-slab.h"
13-
#include "sigchain.h"
1413

1514
static int is_shallow = -1;
1615
static struct stat_validity shallow_stat;

0 commit comments

Comments
 (0)