summaryrefslogtreecommitdiff
path: root/read-cache.c
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2015-10-29 20:59:17 (GMT)
committerJunio C Hamano <gitster@pobox.com>2015-10-29 20:59:18 (GMT)
commit433cc7e3fb861d4530ca6c49b152e94219bddfda (patch)
tree5e60e7e66f63478efec971b33e80689caeea17e6 /read-cache.c
parent228905fbce620ab96c0b7d2f0efac60a95797f07 (diff)
parent4b7c50a184a900eef5bc077d93e72c1b8f147915 (diff)
downloadgit-433cc7e3fb861d4530ca6c49b152e94219bddfda.zip
git-433cc7e3fb861d4530ca6c49b152e94219bddfda.tar.gz
git-433cc7e3fb861d4530ca6c49b152e94219bddfda.tar.bz2
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"
Diffstat (limited to 'read-cache.c')
-rw-r--r--read-cache.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/read-cache.c b/read-cache.c
index 87204a5..3ecb99d 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,