From: Tobias Klauser Date: Thu, 22 Oct 2015 12:43:30 +0000 (+0200) Subject: shallow: remove unused #include "sigchain.h" X-Git-Tag: v2.7.0-rc0~67^2 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/4b7c50a184a900eef5bc077d93e72c1b8f147915?hp=--cc 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 --- 4b7c50a184a900eef5bc077d93e72c1b8f147915 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;