diff options
Diffstat (limited to 'src/backend/regex/regcomp.c')
-rw-r--r-- | src/backend/regex/regcomp.c | 11 |
1 files changed, 5 insertions, 6 deletions
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 <ctype.h> #include <limits.h> #include <stdlib.h> -#include <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 |