From a12a23f0d03cc8bf22c6c38bc2394753ec34fcdf Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Tue, 30 May 2000 00:49:57 +0000 Subject: Remove unused include files. Do not touch /port or includes used by defines. --- src/backend/commands/dbcommands.c | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) (limited to 'src/backend/commands/dbcommands.c') diff --git a/src/backend/commands/dbcommands.c b/src/backend/commands/dbcommands.c index b08f6545044..39819fe14dc 100644 --- a/src/backend/commands/dbcommands.c +++ b/src/backend/commands/dbcommands.c @@ -8,7 +8,7 @@ * * * IDENTIFICATION - * $Header: /cvsroot/pgsql/src/backend/commands/dbcommands.c,v 1.55 2000/05/28 17:55:55 tgl Exp $ + * $Header: /cvsroot/pgsql/src/backend/commands/dbcommands.c,v 1.56 2000/05/30 00:49:43 momjian Exp $ * *------------------------------------------------------------------------- */ @@ -24,23 +24,14 @@ #include #include "access/heapam.h" -#include "access/htup.h" -#include "access/skey.h" -#include "access/xact.h" #include "catalog/catname.h" -#include "catalog/indexing.h" #include "catalog/pg_database.h" #include "catalog/pg_shadow.h" #include "commands/comment.h" #include "miscadmin.h" -#include "storage/bufmgr.h" /* for DropBuffers */ -#include "storage/fd.h" /* for closeAllVfds */ #include "storage/sinval.h" /* for DatabaseHasActiveBackends */ #include "utils/builtins.h" #include "utils/fmgroids.h" -#include "utils/elog.h" -#include "utils/palloc.h" -#include "utils/rel.h" #include "utils/syscache.h" -- cgit v1.2.3