mirror of
https://github.com/postgres/postgres.git
synced 2025-07-08 11:42:09 +03:00
Remove unnecessary #include references, per pgrminclude script.
This commit is contained in:
@ -13,11 +13,8 @@
|
||||
#include "postgres.h"
|
||||
|
||||
#include "commands/defrem.h"
|
||||
#include "fmgr.h"
|
||||
#include "tsearch/ts_locale.h"
|
||||
#include "tsearch/ts_public.h"
|
||||
#include "tsearch/ts_utils.h"
|
||||
#include "utils/builtins.h"
|
||||
|
||||
/* Some platforms define MAXINT and/or MININT, causing conflicts */
|
||||
#ifdef MAXINT
|
||||
|
Reference in New Issue
Block a user