From 1a003fbcc2ac3dc199cd3f32c054d4a37d30a970 Mon Sep 17 00:00:00 2001 From: "Marc G. Fournier" Date: Fri, 20 Sep 1996 08:34:39 +0000 Subject: Various patches from Bryan that *should* clean up the compile problems ppl are seeing with v2.0 --- src/backend/regex/regcomp.c | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) (limited to 'src/backend/regex/regcomp.c') diff --git a/src/backend/regex/regcomp.c b/src/backend/regex/regcomp.c index 186d6ecff86..88445cd50dc 100644 --- a/src/backend/regex/regcomp.c +++ b/src/backend/regex/regcomp.c @@ -47,13 +47,12 @@ static char sccsid[] = "@(#)regcomp.c 8.5 (Berkeley) 3/20/94"; #include #include #include -#include -#include "regex/utils.h" -#include "regex/regex2.h" - -#include "regex/cclass.h" -#include "regex/cname.h" +#include +#include +#include +#include +#include /* * parse structure, passed up and down to avoid global variables and -- cgit v1.2.3