summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Klauser <tklauser@distanz.ch>2015-10-22 12:43:30 (GMT)
committerJunio C Hamano <gitster@pobox.com>2015-10-22 18:12:38 (GMT)
commit4b7c50a184a900eef5bc077d93e72c1b8f147915 (patch)
treeedc77a9e4d8a9eb6e3c3201904e2d1726948f97b
parenta559263caead4cb8078b651f25f5b08a56cf406e (diff)
downloadgit-4b7c50a184a900eef5bc077d93e72c1b8f147915.zip
git-4b7c50a184a900eef5bc077d93e72c1b8f147915.tar.gz
git-4b7c50a184a900eef5bc077d93e72c1b8f147915.tar.bz2
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>
-rw-r--r--shallow.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/shallow.c b/shallow.c
index 2ba29a5..f1518ce 100644
--- a/shallow.c
+++ b/shallow.c
@@ -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;