From: Sascha Schumann Date: Sat, 24 Feb 2001 21:05:02 +0000 (+0000) Subject: Neither the CGI nor the Servlet SAPI module call syslog, so remove X-Git-Tag: php-4.0.5RC1~175 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=280e10aac77f39eaacce4070e24b8fbe991d6bab;p=php Neither the CGI nor the Servlet SAPI module call syslog, so remove references to the syslog include files. --- diff --git a/sapi/cgi/cgi_main.c b/sapi/cgi/cgi_main.c index f215bd9a14..3df62c1b4c 100644 --- a/sapi/cgi/cgi_main.c +++ b/sapi/cgi/cgi_main.c @@ -57,10 +57,7 @@ #ifdef PHP_WIN32 #include #include -#include "win32/syslog.h" #include "win32/php_registry.h" -#else -#include #endif #if HAVE_SIGNAL_H diff --git a/sapi/servlet/servlet.c b/sapi/servlet/servlet.c index cd434be69e..fe21fd5b03 100644 --- a/sapi/servlet/servlet.c +++ b/sapi/servlet/servlet.c @@ -54,10 +54,7 @@ #ifdef PHP_WIN32 #include #include -#include "win32/syslog.h" #include "win32/php_registry.h" -#else -#include #endif #include "zend_compile.h"