credential-cache--daemon: remove unused #include "sigchain.h"
commite17fd18ae2adc92608e3e2be0f719412110fb5c2
authorTobias Klauser <tklauser@distanz.ch>
Thu, 22 Oct 2015 12:43:27 +0000 (22 14:43 +0200)
committerJunio C Hamano <gitster@pobox.com>
Thu, 22 Oct 2015 18:12:37 +0000 (22 11:12 -0700)
tree9f95974e4e0ee37bb518b16deb344bf0a52759b8
parent9e9033166b3a6b34aad917891b9210fa194fdfd9
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>
credential-cache--daemon.c