diff options
author | Marc G. Fournier <scrappy@hub.org> | 1996-11-03 08:17:38 +0000 |
---|---|---|
committer | Marc G. Fournier <scrappy@hub.org> | 1996-11-03 08:17:38 +0000 |
commit | 0c960e7fc0416a8fd7e9d1be853a19294af631c6 (patch) | |
tree | 1473ede5c183179dea40911102422be69fdba543 /src/backend/access/common/heapvalid.c | |
parent | 4bdf308bdf73a4a819f2c144c9a3a4cb8375fc02 (diff) | |
download | postgresql-0c960e7fc0416a8fd7e9d1be853a19294af631c6.tar.gz postgresql-0c960e7fc0416a8fd7e9d1be853a19294af631c6.zip |
More include file cleanups
Diffstat (limited to 'src/backend/access/common/heapvalid.c')
-rw-r--r-- | src/backend/access/common/heapvalid.c | 16 |
1 files changed, 3 insertions, 13 deletions
diff --git a/src/backend/access/common/heapvalid.c b/src/backend/access/common/heapvalid.c index a693b43fd93..6164770db6b 100644 --- a/src/backend/access/common/heapvalid.c +++ b/src/backend/access/common/heapvalid.c @@ -7,28 +7,18 @@ * * * IDENTIFICATION - * $Header: /cvsroot/pgsql/src/backend/access/common/Attic/heapvalid.c,v 1.9 1996/11/01 09:41:37 scrappy Exp $ + * $Header: /cvsroot/pgsql/src/backend/access/common/Attic/heapvalid.c,v 1.10 1996/11/03 08:16:46 scrappy Exp $ * *------------------------------------------------------------------------- */ #include "postgres.h" -#include "access/htup.h" -#include "utils/rel.h" -#include "access/tupdesc.h" - #include "fmgr.h" -#include "catalog/pg_attribute.h" -#include "storage/buf.h" -#include "storage/item.h" -#include "storage/itemid.h" -#include "storage/page.h" - +#include "access/heaptuple.h" #include "access/xact.h" #include "storage/bufpage.h" - -#include "access/heaptuple.h" +#include "utils/rel.h" #include "utils/tqual.h" /* ---------------- |