1
0
mirror of https://github.com/php/php-src.git synced 2026-03-27 01:32:22 +01:00

removing redundant inclusion of headers for NETWARE

--Kamesh
This commit is contained in:
Anantha Kesari H Y
2005-07-27 12:43:06 +00:00
parent bf6759dd01
commit 4ef8f95450

View File

@@ -28,9 +28,6 @@
#ifdef PHP_WIN32
#define O_RDONLY _O_RDONLY
#include "win32/param.h"
#elif defined(NETWARE)
#include <sys/timeval.h>
#include <sys/param.h>
#else
#include <sys/param.h>
#endif