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>
No differences found