diff options
author | Tobias Klauser <tklauser@distanz.ch> | 2015-10-22 14:43:28 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2015-10-22 11:12:37 -0700 |
commit | 086ecab1a7b7bfe8d87f5403d37cca84b41dfd72 (patch) | |
tree | 2d716ebb14e685946dde24c4653d8dd811f76f54 | |
parent | credential-cache--daemon: remove unused #include "sigchain.h" (diff) | |
download | tgif-086ecab1a7b7bfe8d87f5403d37cca84b41dfd72.tar.xz |
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>
-rw-r--r-- | diff.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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" |