diff options
author | Máté Kocsis <kocsismate@woohoolabs.com> | 2020-03-29 20:24:16 +0200 |
---|---|---|
committer | Máté Kocsis <kocsismate@woohoolabs.com> | 2020-04-03 14:23:54 +0200 |
commit | 305b17e85f3bb4836fd08f22c3a19c386478cdf4 (patch) | |
tree | dd890507687ab62038aad72f88d1bcfaa3614c89 /ext/dom/domimplementation.c | |
parent | 17d4e66204466cb5e3c0eb32aa18b8dbd9774ce3 (diff) | |
download | php-git-305b17e85f3bb4836fd08f22c3a19c386478cdf4.tar.gz |
Do not include the same stub multiple times
Closes GH-5322
Diffstat (limited to 'ext/dom/domimplementation.c')
-rw-r--r-- | ext/dom/domimplementation.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/dom/domimplementation.c b/ext/dom/domimplementation.c index 97d1f98b92..51b946da2a 100644 --- a/ext/dom/domimplementation.c +++ b/ext/dom/domimplementation.c @@ -22,7 +22,7 @@ #include "php.h" #if HAVE_LIBXML && HAVE_DOM #include "php_dom.h" -#include "dom_arginfo.h" +#include "domimplementation_arginfo.h" /* * class DOMImplementation |