From 0c960e7fc0416a8fd7e9d1be853a19294af631c6 Mon Sep 17 00:00:00 2001 From: "Marc G. Fournier" Date: Sun, 3 Nov 1996 08:17:38 +0000 Subject: More include file cleanups --- src/backend/access/common/indexvalid.c | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) (limited to 'src/backend/access/common/indexvalid.c') diff --git a/src/backend/access/common/indexvalid.c b/src/backend/access/common/indexvalid.c index 4100e179d5f..bb1970c4fff 100644 --- a/src/backend/access/common/indexvalid.c +++ b/src/backend/access/common/indexvalid.c @@ -7,7 +7,7 @@ * * * IDENTIFICATION - * $Header: /cvsroot/pgsql/src/backend/access/common/Attic/indexvalid.c,v 1.9 1996/11/01 09:41:38 scrappy Exp $ + * $Header: /cvsroot/pgsql/src/backend/access/common/Attic/indexvalid.c,v 1.10 1996/11/03 08:16:48 scrappy Exp $ * *------------------------------------------------------------------------- */ @@ -15,14 +15,9 @@ #include "postgres.h" #include "access/htup.h" -#include "access/tupdesc.h" - -#include "executor/execdebug.h" - -#include "access/skey.h" - #include "access/itup.h" - +#include "access/skey.h" +#include "executor/execdebug.h" /* ---------------------------------------------------------------- * index scan key qualification code -- cgit v1.2.3