From 086ecab1a7b7bfe8d87f5403d37cca84b41dfd72 Mon Sep 17 00:00:00 2001 From: Tobias Klauser Date: Thu, 22 Oct 2015 14:43:28 +0200 Subject: diff: remove unused #include "sigchain.h" After switching to use the tempfile module in commit 284098f1 (diff: use tempfile module), no declarations from sigchain.h are used in diff.c anymore. Thus, remove the #include. Signed-off-by: Tobias Klauser Signed-off-by: Junio C Hamano --- diff.c | 1 - 1 file changed, 1 deletion(-) (limited to 'diff.c') diff --git a/diff.c b/diff.c index 528d25ca9c..75ad32ae79 100644 --- a/diff.c +++ b/diff.c @@ -13,7 +13,6 @@ #include "run-command.h" #include "utf8.h" #include "userdiff.h" -#include "sigchain.h" #include "submodule.h" #include "ll-merge.h" #include "string-list.h" -- cgit v1.2.1