From cf0868fec89a1fcac53ff8421f9cf0d9345310c5 Mon Sep 17 00:00:00 2001 From: Rasmus Lerdorf Date: Sat, 30 Oct 1999 14:22:10 +0000 Subject: 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. --- ext/standard/url.c | 1 - 1 file changed, 1 deletion(-) (limited to 'ext/standard/url.c') diff --git a/ext/standard/url.c b/ext/standard/url.c index 612af418b8..315e088065 100644 --- a/ext/standard/url.c +++ b/ext/standard/url.c @@ -23,7 +23,6 @@ #include #include "php.h" -#include "php_regex.h" #include "url.h" #ifdef _OSD_POSIX -- cgit v1.2.1