diff options
author | Bruce Momjian <bruce@momjian.us> | 1999-07-15 22:40:16 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 1999-07-15 22:40:16 +0000 |
commit | 2e6b1e63a3f4990594af94afe1b3cef90ae752b5 (patch) | |
tree | bb72a1ec4e38514c726a73b1344971307c2db01e /src/backend/commands/dbcommands.c | |
parent | 40a89e08b2d7bb592d940e56f696df4a6459e7a3 (diff) | |
download | postgresql-2e6b1e63a3f4990594af94afe1b3cef90ae752b5.tar.gz postgresql-2e6b1e63a3f4990594af94afe1b3cef90ae752b5.zip |
Remove unused #includes in *.c files.
Diffstat (limited to 'src/backend/commands/dbcommands.c')
-rw-r--r-- | src/backend/commands/dbcommands.c | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/src/backend/commands/dbcommands.c b/src/backend/commands/dbcommands.c index 06f0a8115a5..f3959bb403c 100644 --- a/src/backend/commands/dbcommands.c +++ b/src/backend/commands/dbcommands.c @@ -7,7 +7,7 @@ * * * IDENTIFICATION - * $Header: /cvsroot/pgsql/src/backend/commands/dbcommands.c,v 1.35 1999/05/25 16:08:21 momjian Exp $ + * $Header: /cvsroot/pgsql/src/backend/commands/dbcommands.c,v 1.36 1999/07/15 22:39:01 momjian Exp $ * *------------------------------------------------------------------------- */ @@ -19,19 +19,12 @@ #include "postgres.h" #include "access/heapam.h" -#include "access/htup.h" -#include "access/relscan.h" #include "catalog/catname.h" #include "catalog/pg_database.h" #include "catalog/pg_shadow.h" -#include "fmgr.h" #include "miscadmin.h" /* for DataDir */ -#include "storage/bufmgr.h" -#include "storage/fd.h" -#include "storage/lmgr.h" #include "tcop/tcopprot.h" #include "commands/dbcommands.h" -#include "utils/rel.h" #include "utils/syscache.h" |