diff options
author | Bruce Momjian <bruce@momjian.us> | 2011-09-01 10:03:22 -0400 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2011-09-01 10:04:27 -0400 |
commit | 6416a82a62db4e66b2edb0fa8fc83a580c3f1931 (patch) | |
tree | 748a06b7c1a122d741b87a6b11217d7749b64fe2 /src/backend/commands/dbcommands.c | |
parent | 63d06ef59156719efd0208c62e764a69611b3f12 (diff) | |
download | postgresql-6416a82a62db4e66b2edb0fa8fc83a580c3f1931.tar.gz postgresql-6416a82a62db4e66b2edb0fa8fc83a580c3f1931.zip |
Remove unnecessary #include references, per pgrminclude script.
Diffstat (limited to 'src/backend/commands/dbcommands.c')
-rw-r--r-- | src/backend/commands/dbcommands.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/backend/commands/dbcommands.c b/src/backend/commands/dbcommands.c index 93240efbd71..2c0581481b0 100644 --- a/src/backend/commands/dbcommands.c +++ b/src/backend/commands/dbcommands.c @@ -26,7 +26,6 @@ #include "access/genam.h" #include "access/heapam.h" -#include "access/transam.h" #include "access/xact.h" #include "access/xlogutils.h" #include "catalog/catalog.h" @@ -45,18 +44,14 @@ #include "miscadmin.h" #include "pgstat.h" #include "postmaster/bgwriter.h" -#include "storage/bufmgr.h" #include "storage/copydir.h" -#include "storage/fd.h" #include "storage/lmgr.h" #include "storage/ipc.h" #include "storage/procarray.h" #include "storage/smgr.h" -#include "storage/standby.h" #include "utils/acl.h" #include "utils/builtins.h" #include "utils/fmgroids.h" -#include "utils/lsyscache.h" #include "utils/pg_locale.h" #include "utils/snapmgr.h" #include "utils/syscache.h" |