summaryrefslogtreecommitdiff
path: root/cache.h
diff options
context:
space:
mode:
authorKarsten Blees <karsten.blees@gmail.com>2013-10-01 11:40:58 +0200
committerJunio C Hamano <gitster@pobox.com>2013-10-17 13:28:47 -0700
commitd1f68e21c01ac84815320dd3396e3f3dd3cfaead (patch)
tree3a90c6d348b94de8c5afb2ec9d33447a937481a5 /cache.h
parent8bc2eb3557d070c3d2fccfd5c738f00d59fd4741 (diff)
downloadgit-kb/fast-hashmap-3.tar.gz
remove old hash.[ch] implementationkb/fast-hashmap-3
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 6f74f29d41..973deb8f9d 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"