diff options
author | Marc G. Fournier <scrappy@hub.org> | 1996-10-19 04:51:44 +0000 |
---|---|---|
committer | Marc G. Fournier <scrappy@hub.org> | 1996-10-19 04:51:44 +0000 |
commit | e77f64af62409c5b10f76e5d66706358ae5f4600 (patch) | |
tree | 70f4ebb64bee7b5fd8b8f806b95d4db2ee9cb4c6 /src/backend/access/common/indexvalid.c | |
parent | f4ba64a0ac0c6dbd006f88876ae24e40ce202757 (diff) | |
download | postgresql-e77f64af62409c5b10f76e5d66706358ae5f4600.tar.gz postgresql-e77f64af62409c5b10f76e5d66706358ae5f4600.zip |
There...that pretty much cleans up redundant/unused #includes in
access/common...how many more directories to go? :)
Diffstat (limited to 'src/backend/access/common/indexvalid.c')
-rw-r--r-- | src/backend/access/common/indexvalid.c | 16 |
1 files changed, 1 insertions, 15 deletions
diff --git a/src/backend/access/common/indexvalid.c b/src/backend/access/common/indexvalid.c index 0b96fbd5ebd..6f1fc8815b0 100644 --- a/src/backend/access/common/indexvalid.c +++ b/src/backend/access/common/indexvalid.c @@ -7,29 +7,15 @@ * * * IDENTIFICATION - * $Header: /cvsroot/pgsql/src/backend/access/common/Attic/indexvalid.c,v 1.2 1996/10/19 03:39:04 scrappy Exp $ + * $Header: /cvsroot/pgsql/src/backend/access/common/Attic/indexvalid.c,v 1.3 1996/10/19 04:51:39 scrappy Exp $ * *------------------------------------------------------------------------- */ #include "postgres.h" -#include "storage/block.h" -#include "storage/off.h" -#include "storage/itemptr.h" -#include "nodes/nodes.h" -#include "catalog/pg_attribute.h" -#include "access/attnum.h" -#include "nodes/pg_list.h" -#include "access/tupdesc.h" #include "access/itup.h" - #include "access/skey.h" - -#include "storage/block.h" -#include "storage/off.h" -#include "utils/nabstime.h" -#include "storage/itemptr.h" #include "access/htup.h" /* ---------------------------------------------------------------- |