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 <tklauser@distanz.ch>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
maint
Tobias Klauser 2015-10-22 14:43:27 +02:00 committed by Junio C Hamano
parent 9e9033166b
commit e17fd18ae2
1 changed files with 0 additions and 1 deletions

View File

@ -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;