diff options
author | Zeev Suraski <zeev@php.net> | 2004-02-12 10:43:27 +0000 |
---|---|---|
committer | Zeev Suraski <zeev@php.net> | 2004-02-12 10:43:27 +0000 |
commit | 30171a75909f69cb22590a0e74fccd6eeb4b1681 (patch) | |
tree | b0ede371b5fc18dfccb3e73b70a5da3582af797c /ext/dom/php_dom.h | |
parent | 07e3413e99b89e35417a1cf7d6aacb5a009dd7d7 (diff) | |
download | php-git-30171a75909f69cb22590a0e74fccd6eeb4b1681.tar.gz |
zend_default_classes.h -> zend_exceptions.h
Diffstat (limited to 'ext/dom/php_dom.h')
-rw-r--r-- | ext/dom/php_dom.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/dom/php_dom.h b/ext/dom/php_dom.h index 64ea2c9e64..b30a144fd2 100644 --- a/ext/dom/php_dom.h +++ b/ext/dom/php_dom.h @@ -56,7 +56,7 @@ extern zend_module_entry dom_module_entry; #include "xml_common.h" #include "ext/libxml/php_libxml.h" -#include "zend_default_classes.h" +#include "zend_exceptions.h" #include "dom_ce.h" /* DOM API_VERSION, please bump it up, if you change anything in the API therefore it's easier for the script-programmers to check, what's working how |