diff options
Diffstat (limited to 'src/backend/regex/regcomp.c')
-rw-r--r-- | src/backend/regex/regcomp.c | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/backend/regex/regcomp.c b/src/backend/regex/regcomp.c index d7dded8f4b5..b6c01ef004f 100644 --- a/src/backend/regex/regcomp.c +++ b/src/backend/regex/regcomp.c @@ -50,11 +50,11 @@ static char sccsid[] = "@(#)regcomp.c 8.5 (Berkeley) 3/20/94"; #include <stdlib.h> #include <assert.h> -#include <regex/regex.h> -#include <regex/utils.h> -#include <regex/regex2.h> -#include <regex/cclass.h> -#include <regex/cname.h> +#include "regex/regex.h" +#include "regex/utils.h" +#include "regex/regex2.h" +#include "regex/cclass.h" +#include "regex/cname.h" /* * parse structure, passed up and down to avoid global variables and |