From: foobar Date: Fri, 14 Jan 2005 20:44:28 +0000 (+0000) Subject: - Fix another generated header include X-Git-Tag: RELEASE_0_2~310 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=14058c83e6a9332a4ae393c030d3198d02b35d51;p=php - Fix another generated header include --- diff --git a/main/php.h b/main/php.h index 9e453eedb3..c650d783e8 100644 --- a/main/php.h +++ b/main/php.h @@ -97,7 +97,7 @@ #endif #if HAVE_BUILD_DEFS_H -#include "build-defs.h" +#include #endif /* diff --git a/sapi/apache_hooks/php_apache.c b/sapi/apache_hooks/php_apache.c index acbbee6e5d..44f54c3637 100644 --- a/sapi/apache_hooks/php_apache.c +++ b/sapi/apache_hooks/php_apache.c @@ -25,7 +25,7 @@ #include "zend.h" #include "ap_compat.h" #else -#include "build-defs.h" +#include #endif #ifdef ZTS