aboutsummaryrefslogtreecommitdiff
path: root/cache.h
diff options
context:
space:
mode:
authorKarsten Blees <karsten.blees@gmail.com>2013-11-14 20:23:12 +0100
committerJunio C Hamano <gitster@pobox.com>2013-11-18 13:04:25 -0800
commitefc684245b81ae0fb8f0afbd06dc1c3101c4e5a0 (patch)
treedf9c2df21f55b0b0d89ed7ac37b71c2d0bd4851a /cache.h
parent419a597f6408d5b5cffe3e278258f58b47d15ad3 (diff)
downloadgit-efc684245b81ae0fb8f0afbd06dc1c3101c4e5a0.tar.gz
git-efc684245b81ae0fb8f0afbd06dc1c3101c4e5a0.tar.xz
remove old hash.[ch] implementation
Signed-off-by: Karsten Blees <blees@dcon.de> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'cache.h')
-rw-r--r--cache.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/cache.h b/cache.h
index 1f11e24cd..407145c36 100644
--- a/cache.h
+++ b/cache.h
@@ -3,7 +3,6 @@
#include "git-compat-util.h"
#include "strbuf.h"
-#include "hash.h"
#include "hashmap.h"
#include "advice.h"
#include "gettext.h"