shallow: remove unused #include "sigchain.h"
commit4b7c50a184a900eef5bc077d93e72c1b8f147915
authorTobias Klauser <tklauser@distanz.ch>
Thu, 22 Oct 2015 12:43:30 +0000 (22 14:43 +0200)
committerJunio C Hamano <gitster@pobox.com>
Thu, 22 Oct 2015 18:12:38 +0000 (22 11:12 -0700)
treeedc77a9e4d8a9eb6e3c3201904e2d1726948f97b
parenta559263caead4cb8078b651f25f5b08a56cf406e
shallow: remove unused #include "sigchain.h"

After switching to use the tempfile module in commit 6e122b44
(setup_temporary_shallow(): 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>
shallow.c