diff options
| author | Marc G. Fournier <scrappy@hub.org> | 1996-11-03 22:58:26 +0000 |
|---|---|---|
| committer | Marc G. Fournier <scrappy@hub.org> | 1996-11-03 22:58:26 +0000 |
| commit | ca112038ab2fd5c85012cc7d2530aa07b07e30ce (patch) | |
| tree | 4ef62ad9055e68e886ee14efc6f6b3c1eeda0e78 /src/backend/access/nbtree/nbtscan.c | |
| parent | 302b809793a29fac0aa9c98ac38f6371b1e0ad06 (diff) | |
| download | postgresql-ca112038ab2fd5c85012cc7d2530aa07b07e30ce.tar.gz | |
More include file cleanups
Diffstat (limited to 'src/backend/access/nbtree/nbtscan.c')
| -rw-r--r-- | src/backend/access/nbtree/nbtscan.c | 22 |
1 files changed, 1 insertions, 21 deletions
diff --git a/src/backend/access/nbtree/nbtscan.c b/src/backend/access/nbtree/nbtscan.c index 088430bf5f..2002089ba9 100644 --- a/src/backend/access/nbtree/nbtscan.c +++ b/src/backend/access/nbtree/nbtscan.c @@ -7,7 +7,7 @@ * * * IDENTIFICATION - * $Header: /cvsroot/pgsql/src/backend/access/nbtree/Attic/nbtscan.c,v 1.3 1996/10/23 07:39:08 scrappy Exp $ + * $Header: /cvsroot/pgsql/src/backend/access/nbtree/Attic/nbtscan.c,v 1.4 1996/11/03 22:57:55 scrappy Exp $ * * * NOTES @@ -29,32 +29,12 @@ #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 "storage/block.h" -#include "storage/off.h" -#include "storage/itemptr.h" #include "access/itup.h" #include "access/funcindex.h" -#include "storage/itemid.h" -#include "storage/item.h" -#include "storage/buf.h" #include "storage/bufpage.h" -#include <time.h> -#include "utils/nabstime.h" #include "access/htup.h" -#include "utils/tqual.h" #include "utils/palloc.h" #include "access/relscan.h" #include "access/sdir.h" |
