diff options
author | Sascha Schumann <sas@php.net> | 2000-05-07 00:10:32 +0000 |
---|---|---|
committer | Sascha Schumann <sas@php.net> | 2000-05-07 00:10:32 +0000 |
commit | 2df8e7341e570e7aec31495b24b4c9b8f9e2336e (patch) | |
tree | 5bd86df3c1ca4500d452e6925f7ddcff82887989 /ext/standard/syslog.c | |
parent | ec9612aa44f10fd04e74c760e7104e9621c46a9c (diff) | |
download | php-git-2df8e7341e570e7aec31495b24b4c9b8f9e2336e.tar.gz |
Move <syslog.h> inclusion into php_syslog.h. This will make sure that
all source files "get it."
Diffstat (limited to 'ext/standard/syslog.c')
-rw-r--r-- | ext/standard/syslog.c | 5 |
1 files changed, 0 insertions, 5 deletions
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 <unistd.h> #endif -#ifdef PHP_WIN32 -#include "win32/syslog.h" -#else -#include <syslog.h> -#endif #include <string.h> #include <errno.h> |