diff: remove unused #include "sigchain.h"
commit086ecab1a7b7bfe8d87f5403d37cca84b41dfd72
authorTobias Klauser <tklauser@distanz.ch>
Thu, 22 Oct 2015 12:43:28 +0000 (22 14:43 +0200)
committerJunio C Hamano <gitster@pobox.com>
Thu, 22 Oct 2015 18:12:37 +0000 (22 11:12 -0700)
tree2d716ebb14e685946dde24c4653d8dd811f76f54
parente17fd18ae2adc92608e3e2be0f719412110fb5c2
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 <tklauser@distanz.ch>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
diff.c