aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2015-10-29 13:59:17 -0700
committerJunio C Hamano <gitster@pobox.com>2015-10-29 13:59:18 -0700
commit433cc7e3fb861d4530ca6c49b152e94219bddfda (patch)
tree5e60e7e66f63478efec971b33e80689caeea17e6
parent228905fbce620ab96c0b7d2f0efac60a95797f07 (diff)
parent4b7c50a184a900eef5bc077d93e72c1b8f147915 (diff)
downloadgit-433cc7e3fb861d4530ca6c49b152e94219bddfda.tar.gz
git-433cc7e3fb861d4530ca6c49b152e94219bddfda.tar.xz
Merge branch 'tk/sigchain-unnecessary-post-tempfile'
Remove no-longer used #include. * tk/sigchain-unnecessary-post-tempfile: shallow: remove unused #include "sigchain.h" read-cache: remove unused #include "sigchain.h" diff: remove unused #include "sigchain.h" credential-cache--daemon: remove unused #include "sigchain.h"
-rw-r--r--credential-cache--daemon.c1
-rw-r--r--diff.c1
-rw-r--r--read-cache.c1
-rw-r--r--shallow.c1
4 files changed, 0 insertions, 4 deletions
diff --git a/credential-cache--daemon.c b/credential-cache--daemon.c
index eef6fce4c..82715aa8b 100644
--- a/credential-cache--daemon.c
+++ b/credential-cache--daemon.c
@@ -2,7 +2,6 @@
#include "tempfile.h"
#include "credential.h"
#include "unix-socket.h"
-#include "sigchain.h"
#include "parse-options.h"
static struct tempfile socket_file;
diff --git a/diff.c b/diff.c
index 835a12e84..80eb0c215 100644
--- a/diff.c
+++ b/diff.c
@@ -13,7 +13,6 @@
#include "run-command.h"
#include "utf8.h"
#include "userdiff.h"
-#include "sigchain.h"
#include "submodule-config.h"
#include "submodule.h"
#include "ll-merge.h"
diff --git a/read-cache.c b/read-cache.c
index 87204a50a..3ecb99dd2 100644
--- a/read-cache.c
+++ b/read-cache.c
@@ -17,7 +17,6 @@
#include "strbuf.h"
#include "varint.h"
#include "split-index.h"
-#include "sigchain.h"
#include "utf8.h"
static struct cache_entry *refresh_cache_entry(struct cache_entry *ce,
diff --git a/shallow.c b/shallow.c
index d49a3d6e9..4f9d66723 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;