From: Tobias Klauser Date: Thu, 22 Oct 2015 12:43:27 +0000 (+0200) Subject: credential-cache--daemon: remove unused #include "sigchain.h" X-Git-Tag: v2.7.0-rc0~67^2~3 X-Git-Url: http://git.bitbasher.net/?a=commitdiff_plain;h=e17fd18ae2adc92608e3e2be0f719412110fb5c2;p=git.git credential-cache--daemon: remove unused #include "sigchain.h" After switching to use the tempfile module in commit 9e903316 (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 Signed-off-by: Junio C Hamano --- diff --git a/credential-cache--daemon.c b/credential-cache--daemon.c index eef6fce4c7..82715aa8b8 100644 --- a/credential-cache--daemon.c +++ b/credential-cache--daemon.c @@ -2,7 +2,6 @@ #include "tempfile.h" #include "credential.h" #include "unix-socket.h" -#include "sigchain.h" #include "parse-options.h" static struct tempfile socket_file;