diff options
Diffstat (limited to 'libobjc/hash.c')
-rw-r--r-- | libobjc/hash.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libobjc/hash.c b/libobjc/hash.c index e2072b6..a32279c 100644 --- a/libobjc/hash.c +++ b/libobjc/hash.c @@ -26,9 +26,9 @@ Boston, MA 02111-1307, USA. */ #include "assert.h" -#include "hash.h" +#include "objc/hash.h" -#include "runtime.h" /* for DEBUG_PRINTF */ +#include "objc/runtime.h" /* for DEBUG_PRINTF */ /* These two macros determine when a hash table is full and by how much it should be expanded respectively. |