From e77f64af62409c5b10f76e5d66706358ae5f4600 Mon Sep 17 00:00:00 2001 From: "Marc G. Fournier" Date: Sat, 19 Oct 1996 04:51:44 +0000 Subject: There...that pretty much cleans up redundant/unused #includes in access/common...how many more directories to go? :) --- src/backend/access/common/indextuple.c | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) (limited to 'src/backend/access/common/indextuple.c') diff --git a/src/backend/access/common/indextuple.c b/src/backend/access/common/indextuple.c index f7c0ec7b763..c7f136bf686 100644 --- a/src/backend/access/common/indextuple.c +++ b/src/backend/access/common/indextuple.c @@ -8,24 +8,14 @@ * * * IDENTIFICATION - * $Header: /cvsroot/pgsql/src/backend/access/common/indextuple.c,v 1.2 1996/10/19 03:28:20 scrappy Exp $ + * $Header: /cvsroot/pgsql/src/backend/access/common/indextuple.c,v 1.3 1996/10/19 04:51:36 scrappy Exp $ * *------------------------------------------------------------------------- */ #include "postgres.h" -#include "storage/block.h" -#include "storage/off.h" -#include "storage/itemptr.h" -#include "nodes/nodes.h" -#include "access/attnum.h" -#include "nodes/pg_list.h" -#include "catalog/pg_attribute.h" -#include "access/tupdesc.h" #include "access/itup.h" - -#include "utils/memutils.h" #include "access/ibit.h" static Size IndexInfoFindDataOffset(unsigned short t_info); -- cgit v1.2.3