summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--main/main.c9
-rw-r--r--sapi/cgi/cgi_main.c8
-rw-r--r--sapi/servlet/servlet.c8
3 files changed, 0 insertions, 25 deletions
diff --git a/main/main.c b/main/main.c
index e0f399ba2b..24a93f6ff1 100644
--- a/main/main.c
+++ b/main/main.c
@@ -66,15 +66,6 @@
#include "php_content_types.h"
-#if USE_SAPI
-#include "serverapi/sapi.h"
-void *gLock;
-#ifndef THREAD_SAFE
-struct sapi_request_info *sapi_rqst;
-#endif
-#endif
-
-
#include "SAPI.h"
#if MSVC5 || !defined(HAVE_GETOPT)
diff --git a/sapi/cgi/cgi_main.c b/sapi/cgi/cgi_main.c
index 078a815de2..3abfd6f7ad 100644
--- a/sapi/cgi/cgi_main.c
+++ b/sapi/cgi/cgi_main.c
@@ -69,14 +69,6 @@
#include "zend_indent.h"
-#if USE_SAPI
-#include "serverapi/sapi.h"
-void *gLock;
-#ifndef THREAD_SAFE
-struct sapi_request_info *sapi_rqst;
-#endif
-#endif
-
#if MSVC5 || !defined(HAVE_GETOPT)
#include "php_getopt.h"
#endif
diff --git a/sapi/servlet/servlet.c b/sapi/servlet/servlet.c
index e30375ef87..4ee4ed5d9c 100644
--- a/sapi/servlet/servlet.c
+++ b/sapi/servlet/servlet.c
@@ -67,14 +67,6 @@
#include "zend_highlight.h"
#include "zend_indent.h"
-#if USE_SAPI
-#include "serverapi/sapi.h"
-void *gLock;
-#ifndef THREAD_SAFE
-struct sapi_request_info *sapi_rqst;
-#endif
-#endif
-
#if WIN32|WINNT || !defined(HAVE_GETOPT)
#include "php_getopt.h"
#endif