read-cache: remove unused #include "sigchain.h"
commita559263caead4cb8078b651f25f5b08a56cf406e
authorTobias Klauser <tklauser@distanz.ch>
Thu, 22 Oct 2015 12:43:29 +0000 (22 14:43 +0200)
committerJunio C Hamano <gitster@pobox.com>
Thu, 22 Oct 2015 18:12:37 +0000 (22 11:12 -0700)
tree24a7d46687ddcf3f58db2bfbce25efe09b0ce508
parent086ecab1a7b7bfe8d87f5403d37cca84b41dfd72
read-cache: remove unused #include "sigchain.h"

After switching to use the tempfile module in commit f6ecc62d
(write_shared_index(): use tempfile module), no declarations from
sigchain.h are used in read-cache.c anymore. Thus, remove the #include.

Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
read-cache.c