diff options
| author | Rob Richards <rrichards@php.net> | 2004-01-22 21:16:05 +0000 |
|---|---|---|
| committer | Rob Richards <rrichards@php.net> | 2004-01-22 21:16:05 +0000 |
| commit | 7e619b7f5f0e1dbae7204e6c1ae72676d69d5166 (patch) | |
| tree | 912ebbbd4fbfb881c8adfac6051bd0e6b7ef4a2d /ext/dom/php_dom.c | |
| parent | c4c6d5213aad7c6829c5efa22b89310e66d1567b (diff) | |
| download | php-git-7e619b7f5f0e1dbae7204e6c1ae72676d69d5166.tar.gz | |
update constructors so they cant be called statically
Diffstat (limited to 'ext/dom/php_dom.c')
| -rw-r--r-- | ext/dom/php_dom.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ext/dom/php_dom.c b/ext/dom/php_dom.c index aee8c69e62..770a89696f 100644 --- a/ext/dom/php_dom.c +++ b/ext/dom/php_dom.c @@ -28,7 +28,6 @@ #if HAVE_LIBXML && HAVE_DOM #include "ext/standard/php_rand.h" #include "php_dom.h" -#include "dom_ce.h" #include "dom_properties.h" #include "ext/standard/info.h" |
