From 9fbc22358e0477a84d420639dc2eb28730a5abc5 Mon Sep 17 00:00:00 2001
From: luben <karavelov@spnet.net>
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
|
b
|
|
| 25 | 25 | */ |
| 26 | 26 | |
| 27 | 27 | #include "parrot/parrot.h" |
| 28 | | #include "pmc/pmc_key.h" |
| 29 | 28 | |
| 30 | 29 | /* the number of entries above which it's faster to hash the hashval instead of |
| 31 | 30 | * looping over the used HashBuckets directly */ |