diff options
author | Bruce Momjian | 2002-11-08 20:23:57 +0000 |
---|---|---|
committer | Bruce Momjian | 2002-11-08 20:23:57 +0000 |
commit | bea4792125389bb68e043ac38b0fed8790d42484 (patch) | |
tree | db74baf44f4e59126210d0651fb579709d965020 /src/backend/regex/regcomp.c | |
parent | a5715eecb60005b3292424d30de04de158cb12ad (diff) |
This patch removes a bunch of superfluous #include directives: if
postgres.h or c.h includes a system header (such as stdio.h or
stdlib.h), there's no need to specifically include it in any of the .c
files in the backend.
Neil Conway
Diffstat (limited to 'src/backend/regex/regcomp.c')
-rw-r--r-- | src/backend/regex/regcomp.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/backend/regex/regcomp.c b/src/backend/regex/regcomp.c index 71e69dea618..fdc299bf797 100644 --- a/src/backend/regex/regcomp.c +++ b/src/backend/regex/regcomp.c @@ -47,7 +47,6 @@ #include "regex/utils.h" #include "regex/regex2.h" #include "regex/cname.h" -#include <locale.h> struct cclass { |