From 2df8e7341e570e7aec31495b24b4c9b8f9e2336e Mon Sep 17 00:00:00 2001 From: Sascha Schumann Date: Sun, 7 May 2000 00:10:32 +0000 Subject: Move inclusion into php_syslog.h. This will make sure that all source files "get it." --- ext/standard/syslog.c | 5 ----- 1 file changed, 5 deletions(-) (limited to 'ext/standard/syslog.c') diff --git a/ext/standard/syslog.c b/ext/standard/syslog.c index 8c2a94cc25..853be18b79 100644 --- a/ext/standard/syslog.c +++ b/ext/standard/syslog.c @@ -26,11 +26,6 @@ #if HAVE_UNISTD_H #include #endif -#ifdef PHP_WIN32 -#include "win32/syslog.h" -#else -#include -#endif #include #include -- cgit v1.2.1