From da9e8cebe02f7b90d1c084709cf9fc7f5d8a6c0b Mon Sep 17 00:00:00 2001 From: Yukihiro Matsumoto Date: Wed, 9 May 2012 12:07:29 +0900 Subject: remove __APPLE__ --- src/hash.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/hash.c b/src/hash.c index 018210b78..3a2399c27 100644 --- a/src/hash.c +++ b/src/hash.c @@ -16,10 +16,6 @@ #include -#ifdef __APPLE__ -#include -#endif - #include static khint_t -- cgit v1.2.3