diff options
author | Karsten Blees <karsten.blees@gmail.com> | 2013-10-01 11:40:58 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2013-10-17 13:28:47 -0700 |
commit | d1f68e21c01ac84815320dd3396e3f3dd3cfaead (patch) | |
tree | 3a90c6d348b94de8c5afb2ec9d33447a937481a5 /cache.h | |
parent | 8bc2eb3557d070c3d2fccfd5c738f00d59fd4741 (diff) | |
download | git-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.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -3,7 +3,6 @@ #include "git-compat-util.h" #include "strbuf.h" -#include "hash.h" #include "hashmap.h" #include "advice.h" #include "gettext.h" |