From 9ada9e57678dd24979125e5e682a82d25dce6f87 Mon Sep 17 00:00:00 2001 From: Wez Furlong Date: Tue, 19 Aug 2003 01:30:27 +0000 Subject: [PATCH] fix build --- ext/dom/php_dom.c | 1 - ext/simplexml/simplexml.c | 1 - ext/xsl/php_xsl.c | 1 - 3 files changed, 3 deletions(-) diff --git a/ext/dom/php_dom.c b/ext/dom/php_dom.c index e1c45281f6..11f7f9684b 100644 --- a/ext/dom/php_dom.c +++ b/ext/dom/php_dom.c @@ -32,7 +32,6 @@ #if HAVE_DOM -#include "zend_execute_locks.h" #include "ext/standard/info.h" #define PHP_XPATH 1 #define PHP_XPTR 2 diff --git a/ext/simplexml/simplexml.c b/ext/simplexml/simplexml.c index 5edbdc4997..2d0e0c216c 100644 --- a/ext/simplexml/simplexml.c +++ b/ext/simplexml/simplexml.c @@ -26,7 +26,6 @@ #include "php_ini.h" #include "ext/standard/info.h" #include "php_simplexml.h" -#include "zend_execute_locks.h" zend_class_entry *sxe_class_entry; diff --git a/ext/xsl/php_xsl.c b/ext/xsl/php_xsl.c index 3b18a7946a..b5e44c0e44 100644 --- a/ext/xsl/php_xsl.c +++ b/ext/xsl/php_xsl.c @@ -24,7 +24,6 @@ #include "php.h" #include "php_ini.h" -#include "zend_execute_locks.h" #include "ext/standard/info.h" #include "php_xsl.h" -- 2.50.1