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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user