diff --git a/ext/standard/microtime.c b/ext/standard/microtime.c index 801c73afba5..3ff82550693 100644 --- a/ext/standard/microtime.c +++ b/ext/standard/microtime.c @@ -26,11 +26,8 @@ #ifdef PHP_WIN32 #include "win32/time.h" #elif defined(NETWARE) -#ifdef NEW_LIBC #include -#else -#include "netware/time_nw.h" -#endif +#include #else #include #endif