From 4b7c50a184a900eef5bc077d93e72c1b8f147915 Mon Sep 17 00:00:00 2001 From: Tobias Klauser Date: Thu, 22 Oct 2015 14:43:30 +0200 Subject: shallow: remove unused #include "sigchain.h" 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 Signed-off-by: Junio C Hamano --- shallow.c | 1 - 1 file changed, 1 deletion(-) (limited to 'shallow.c') diff --git a/shallow.c b/shallow.c index 2ba29a5ef5..f1518ce61a 100644 --- 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; -- cgit v1.2.1