diff options
Diffstat (limited to 'ext/pcre/php_pcre.h')
-rw-r--r-- | ext/pcre/php_pcre.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/ext/pcre/php_pcre.h b/ext/pcre/php_pcre.h index d4a8e12b30..99f7578ca9 100644 --- a/ext/pcre/php_pcre.h +++ b/ext/pcre/php_pcre.h @@ -34,11 +34,7 @@ #if HAVE_PCRE -#if HAVE_BUNDLED_PCRE #include "pcrelib/pcre.h" -#else -#include "pcre.h" -#endif extern void php_info_pcre(ZEND_MODULE_INFO_FUNC_ARGS); extern int php_minit_pcre(INIT_FUNC_ARGS); |