summaryrefslogtreecommitdiff
path: root/sapi/servlet/servlet.c
diff options
context:
space:
mode:
authorSascha Schumann <sas@php.net>2001-02-24 21:05:02 +0000
committerSascha Schumann <sas@php.net>2001-02-24 21:05:02 +0000
commit280e10aac77f39eaacce4070e24b8fbe991d6bab (patch)
tree203c08edc966d421bbe0c0f433d2ae82960bf17a /sapi/servlet/servlet.c
parentd516726329cdb423e8c1b5d778c5ef2d8dd6d423 (diff)
downloadphp-git-280e10aac77f39eaacce4070e24b8fbe991d6bab.tar.gz
Neither the CGI nor the Servlet SAPI module call syslog, so remove
references to the syslog include files.
Diffstat (limited to 'sapi/servlet/servlet.c')
-rw-r--r--sapi/servlet/servlet.c3
1 files changed, 0 insertions, 3 deletions
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 <io.h>
#include <fcntl.h>
-#include "win32/syslog.h"
#include "win32/php_registry.h"
-#else
-#include <syslog.h>
#endif
#include "zend_compile.h"