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/regexec.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/backend/regex/regexec.c') diff --git a/src/backend/regex/regexec.c b/src/backend/regex/regexec.c index 65fda30ff23..a34f3f8daff 100644 --- a/src/backend/regex/regexec.c +++ b/src/backend/regex/regexec.c @@ -54,10 +54,10 @@ static char sccsid[] = "@(#)regexec.c 8.3 (Berkeley) 3/20/94"; #include #include #include -#include -#include "regex/utils.h" -#include "regex/regex2.h" +#include +#include +#include static int nope = 0; /* for use in asserts; shuts lint up */ -- cgit v1.2.3