diff options
author | Rasmus Lerdorf <rasmus@php.net> | 1999-10-30 14:22:10 +0000 |
---|---|---|
committer | Rasmus Lerdorf <rasmus@php.net> | 1999-10-30 14:22:10 +0000 |
commit | cf0868fec89a1fcac53ff8421f9cf0d9345310c5 (patch) | |
tree | b6960232979da1ea74d39eefe06b13f8f4823069 /ext/standard/reg.c | |
parent | bbb1a4f8eb5ba01ea783845182edf17a1711150d (diff) | |
download | php-git-cf0868fec89a1fcac53ff8421f9cf0d9345310c5.tar.gz |
Clean up regex header file mess. php.h now explicitly includes php_regex.h
and php_regex.h figures out which regex header files to include and
defines symbols that prevents other stuff from including the wrong versions
of regex header files.
Diffstat (limited to 'ext/standard/reg.c')
-rw-r--r-- | ext/standard/reg.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ext/standard/reg.c b/ext/standard/reg.c index c9f84ed973..7f50ce3170 100644 --- a/ext/standard/reg.c +++ b/ext/standard/reg.c @@ -22,7 +22,6 @@ #include <stdio.h> #include "php.h" #include "php3_string.h" -#include "php_regex.h" #include "reg.h" unsigned char third_argument_force_ref[] = { 3, BYREF_NONE, BYREF_NONE, BYREF_FORCE }; |