Skip to content

Commit 086ecab

Browse files
tklausergitster
authored andcommitted
diff: remove unused #include "sigchain.h"
After switching to use the tempfile module in commit 284098f (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>
1 parent e17fd18 commit 086ecab

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

diff.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
#include "run-command.h"
1414
#include "utf8.h"
1515
#include "userdiff.h"
16-
#include "sigchain.h"
1716
#include "submodule.h"
1817
#include "ll-merge.h"
1918
#include "string-list.h"

0 commit comments

Comments
 (0)