Skip to content

Commit e17fd18

Browse files
tklausergitster
authored andcommitted
credential-cache--daemon: remove unused #include "sigchain.h"
After switching to use the tempfile module in commit 9e90331 (credential-cache--daemon: use tempfile module), no declarations from sigchain.h are used in credential-cache--daemon.c anymore. Thus, remove the #include. Signed-off-by: Tobias Klauser <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 9e90331 commit e17fd18

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

credential-cache--daemon.c

-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
#include "tempfile.h"
33
#include "credential.h"
44
#include "unix-socket.h"
5-
#include "sigchain.h"
65
#include "parse-options.h"
76

87
static struct tempfile socket_file;

0 commit comments

Comments
 (0)