diff --git a/src/memcache_binary_protocol.c b/src/memcache_binary_protocol.c index 707b351..ffe3a59 100644 --- a/src/memcache_binary_protocol.c +++ b/src/memcache_binary_protocol.c @@ -25,11 +25,10 @@ #define MMC_DEBUG 0 +#include #ifdef PHP_WIN32 -#include #include #else -#include #include #include #endif diff --git a/src/memcache_pool.h b/src/memcache_pool.h index cb3d086..0659b3a 100644 --- a/src/memcache_pool.h +++ b/src/memcache_pool.h @@ -34,11 +34,7 @@ #include #endif -#ifdef PHP_WIN32 -#include -#else #include -#endif #include #include "php.h"