diff options
Diffstat (limited to 'src/backend/postmaster/postmaster.c')
-rw-r--r-- | src/backend/postmaster/postmaster.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/backend/postmaster/postmaster.c b/src/backend/postmaster/postmaster.c index 85fd24e8287..407f55996ba 100644 --- a/src/backend/postmaster/postmaster.c +++ b/src/backend/postmaster/postmaster.c @@ -92,8 +92,6 @@ #include "access/xlog.h" #include "access/xlogrecovery.h" #include "common/file_perm.h" -#include "common/file_utils.h" -#include "common/ip.h" #include "common/pg_prng.h" #include "lib/ilist.h" #include "libpq/libpq.h" @@ -102,7 +100,6 @@ #include "pgstat.h" #include "port/pg_bswap.h" #include "postmaster/autovacuum.h" -#include "postmaster/auxprocess.h" #include "postmaster/bgworker_internals.h" #include "postmaster/pgarch.h" #include "postmaster/postmaster.h" @@ -114,7 +111,6 @@ #include "storage/fd.h" #include "storage/ipc.h" #include "storage/pmsignal.h" -#include "storage/proc.h" #include "tcop/backend_startup.h" #include "tcop/tcopprot.h" #include "utils/datetime.h" @@ -124,6 +120,7 @@ #include "utils/varlena.h" #ifdef EXEC_BACKEND +#include "common/file_utils.h" #include "storage/pg_shmem.h" #endif |