mirror of
https://github.com/postgres/postgres.git
synced 2025-08-18 12:22:09 +03:00
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
This commit is contained in:
@@ -47,7 +47,6 @@
|
||||
#include "regex/utils.h"
|
||||
#include "regex/regex2.h"
|
||||
#include "regex/cname.h"
|
||||
#include <locale.h>
|
||||
|
||||
struct cclass
|
||||
{
|
||||
|
@@ -46,7 +46,6 @@
|
||||
* macros that code uses. This lets the same code operate on two different
|
||||
* representations for state sets.
|
||||
*/
|
||||
#include <sys/types.h>
|
||||
#include <limits.h>
|
||||
#include <ctype.h>
|
||||
#include <assert.h>
|
||||
|
Reference in New Issue
Block a user