diff options
author | Bruce Momjian | 2011-09-01 14:03:22 +0000 |
---|---|---|
committer | Bruce Momjian | 2011-09-01 14:04:27 +0000 |
commit | 6416a82a62db4e66b2edb0fa8fc83a580c3f1931 (patch) | |
tree | 748a06b7c1a122d741b87a6b11217d7749b64fe2 /src/backend/bootstrap | |
parent | 63d06ef59156719efd0208c62e764a69611b3f12 (diff) |
Remove unnecessary #include references, per pgrminclude script.
Diffstat (limited to 'src/backend/bootstrap')
-rw-r--r-- | src/backend/bootstrap/bootstrap.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/backend/bootstrap/bootstrap.c b/src/backend/bootstrap/bootstrap.c index 08ae863f549..ab148404b03 100644 --- a/src/backend/bootstrap/bootstrap.c +++ b/src/backend/bootstrap/bootstrap.c @@ -21,9 +21,6 @@ #include <getopt.h> #endif -#include "access/genam.h" -#include "access/heapam.h" -#include "access/xact.h" #include "bootstrap/bootstrap.h" #include "catalog/index.h" #include "catalog/pg_collation.h" @@ -36,8 +33,6 @@ #include "replication/walreceiver.h" #include "storage/bufmgr.h" #include "storage/ipc.h" -#include "storage/proc.h" -#include "storage/procsignal.h" #include "tcop/tcopprot.h" #include "utils/builtins.h" #include "utils/fmgroids.h" |