diff options
author | Marc G. Fournier <scrappy@hub.org> | 1996-11-03 23:57:43 +0000 |
---|---|---|
committer | Marc G. Fournier <scrappy@hub.org> | 1996-11-03 23:57:43 +0000 |
commit | 510ebf75a189db52bfaac0a74b078fa58611ed03 (patch) | |
tree | ebc2e8ed440fcbab6738323d8137b54d8bfe7ccd /src/backend/commands/creatinh.c | |
parent | d46d53387f41b2536873870ed63c5cc7d49f007c (diff) | |
download | postgresql-510ebf75a189db52bfaac0a74b078fa58611ed03.tar.gz postgresql-510ebf75a189db52bfaac0a74b078fa58611ed03.zip |
Another first pass at cleaning up the #includes
Diffstat (limited to 'src/backend/commands/creatinh.c')
-rw-r--r-- | src/backend/commands/creatinh.c | 26 |
1 files changed, 1 insertions, 25 deletions
diff --git a/src/backend/commands/creatinh.c b/src/backend/commands/creatinh.c index f7573efb654..c8242ba036a 100644 --- a/src/backend/commands/creatinh.c +++ b/src/backend/commands/creatinh.c @@ -7,33 +7,13 @@ * * * IDENTIFICATION - * $Header: /cvsroot/pgsql/src/backend/commands/Attic/creatinh.c,v 1.2 1996/10/21 09:37:21 scrappy Exp $ + * $Header: /cvsroot/pgsql/src/backend/commands/Attic/creatinh.c,v 1.3 1996/11/03 23:57:25 scrappy Exp $ * *------------------------------------------------------------------------- */ #include "postgres.h" -#include "catalog/pg_attribute.h" -#include "access/attnum.h" -#include "nodes/pg_list.h" -#include "access/tupdesc.h" -#include "storage/fd.h" -#include "catalog/pg_am.h" -#include "catalog/pg_class.h" -#include "nodes/nodes.h" -#include "rewrite/prs2lock.h" -#include "access/skey.h" -#include "access/strat.h" #include "utils/rel.h" - -#include "nodes/primnodes.h" -#include <time.h> -#include "utils/nabstime.h" -#include "storage/block.h" -#include "storage/off.h" -#include "storage/itemptr.h" -#include "access/htup.h" -#include "utils/tqual.h" #include "nodes/parsenodes.h" #include "catalog/heap.h" @@ -44,10 +24,6 @@ #include "access/xact.h" -#include "access/htup.h" -#include "utils/tqual.h" -#include "storage/buf.h" -#include "access/relscan.h" #include "access/heapam.h" #include "utils/syscache.h" |