From 2909e5c9c9313d25aa2dc85ea63ea51916043234 Mon Sep 17 00:00:00 2001 From: Sascha Schumann Date: Thu, 24 Oct 2002 13:15:49 +0000 Subject: centralize #include "build-defs.h" and drop (sometimes inconsistent) other instances --- sapi/apache/php_apache.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'sapi/apache/php_apache.c') 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 -- cgit v1.2.1