aboutsummaryrefslogtreecommitdiff
path: root/src/backend/regex/regcomp.c
diff options
context:
space:
mode:
authorMarc G. Fournier <scrappy@hub.org>1996-08-28 01:55:44 +0000
committerMarc G. Fournier <scrappy@hub.org>1996-08-28 01:55:44 +0000
commitca405ae4bf50a0074cf6e7ffb4873d5c9a861403 (patch)
treeda10023fe3ddd7c113b68783c1671b0a253c8824 /src/backend/regex/regcomp.c
parent5c0d6ccdbfe9b13bbe774b0334b6be6f709a4099 (diff)
downloadpostgresql-ca405ae4bf50a0074cf6e7ffb4873d5c9a861403.tar.gz
postgresql-ca405ae4bf50a0074cf6e7ffb4873d5c9a861403.zip
Moved the include files to src/include/regex
Diffstat (limited to 'src/backend/regex/regcomp.c')
-rw-r--r--src/backend/regex/regcomp.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/backend/regex/regcomp.c b/src/backend/regex/regcomp.c
index 27c86784469..186d6ecff86 100644
--- a/src/backend/regex/regcomp.c
+++ b/src/backend/regex/regcomp.c
@@ -49,11 +49,11 @@ static char sccsid[] = "@(#)regcomp.c 8.5 (Berkeley) 3/20/94";
#include <stdlib.h>
#include <regex.h>
-#include "utils.h"
-#include "regex2.h"
+#include "regex/utils.h"
+#include "regex/regex2.h"
-#include "cclass.h"
-#include "cname.h"
+#include "regex/cclass.h"
+#include "regex/cname.h"
/*
* parse structure, passed up and down to avoid global variables and