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>
This commit is contained in:
Tobias Klauser 2015-10-22 14:43:30 +02:00 коммит произвёл Junio C Hamano
Родитель a559263cae
Коммит 4b7c50a184
1 изменённых файлов: 0 добавлений и 1 удалений

Просмотреть файл

@ -10,7 +10,6 @@
#include "diff.h"
#include "revision.h"
#include "commit-slab.h"
#include "sigchain.h"
static int is_shallow = -1;
static struct stat_validity shallow_stat;