From 9fbc22358e0477a84d420639dc2eb28730a5abc5 Mon Sep 17 00:00:00 2001 From: luben Date: Sun, 15 Aug 2010 01:42:34 +0300 Subject: [PATCH 5/7] do not include pmc/pmc_key.h in hash.c - we do not need it --- src/hash.c | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/src/hash.c b/src/hash.c index 2ff52c4..8f5bcf2 100644 --- a/src/hash.c +++ b/src/hash.c @@ -25,7 +25,6 @@ C<< hash->buckets >> bucket store points to this region. */ #include "parrot/parrot.h" -#include "pmc/pmc_key.h" /* the number of entries above which it's faster to hash the hashval instead of * looping over the used HashBuckets directly */ -- 1.7.1