summaryrefslogtreecommitdiff
path: root/sapi
diff options
context:
space:
mode:
Diffstat (limited to 'sapi')
-rw-r--r--sapi/apache/php_apache.c2
-rw-r--r--sapi/cgi/cgi_main.c2
-rw-r--r--sapi/cli/php_cli.c2
-rw-r--r--sapi/servlet/servlet.c2
4 files changed, 0 insertions, 8 deletions
diff --git a/sapi/apache/php_apache.c b/sapi/apache/php_apache.c
index 4cde682d82..ba9b0aa94e 100644
--- a/sapi/apache/php_apache.c
+++ b/sapi/apache/php_apache.c
@@ -24,8 +24,6 @@
#if defined(PHP_WIN32) || defined(NETWARE)
#include "zend.h"
#include "ap_compat.h"
-#else
-#include "build-defs.h"
#endif
#ifdef ZTS
diff --git a/sapi/cgi/cgi_main.c b/sapi/cgi/cgi_main.c
index 88305f8613..21b62ae9b2 100644
--- a/sapi/cgi/cgi_main.c
+++ b/sapi/cgi/cgi_main.c
@@ -34,8 +34,6 @@
#include "win32/time.h"
#include "win32/signal.h"
#include <process.h>
-#else
-#include "build-defs.h"
#endif
#if HAVE_SYS_TIME_H
#include <sys/time.h>
diff --git a/sapi/cli/php_cli.c b/sapi/cli/php_cli.c
index 859e3127d3..2e07439299 100644
--- a/sapi/cli/php_cli.c
+++ b/sapi/cli/php_cli.c
@@ -33,8 +33,6 @@
#include "win32/time.h"
#include "win32/signal.h"
#include <process.h>
-#else
-#include "build-defs.h"
#endif
#if HAVE_SYS_TIME_H
#include <sys/time.h>
diff --git a/sapi/servlet/servlet.c b/sapi/servlet/servlet.c
index 538a603f8c..be2ead9613 100644
--- a/sapi/servlet/servlet.c
+++ b/sapi/servlet/servlet.c
@@ -29,8 +29,6 @@
#include "win32/time.h"
#include "win32/signal.h"
#include <process.h>
-#else
-#include "build-defs.h"
#endif
#if HAVE_SYS_TIME_H
#include <sys/time.h>