diff: remove unused #include "sigchain.h"
authorTobias Klauser <tklauser@distanz.ch>
Thu, 22 Oct 2015 12:43:28 +0000 (14:43 +0200)
committerJunio C Hamano <gitster@pobox.com>
Thu, 22 Oct 2015 18:12:37 +0000 (11:12 -0700)
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 <tklauser@distanz.ch>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
diff.c
diff --git a/diff.c b/diff.c
index 528d25ca9c3ec8df316bf2cd331151d7a71d5dd3..75ad32ae79128cff1c8d03d113f7c7c7c2266fff 100644 (file)
--- 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"