From d0bfb6b78d8c902569fcfdd4800a917f362e6c03 Mon Sep 17 00:00:00 2001 From: "Marc G. Fournier" Date: Sat, 19 Oct 1996 04:08:58 +0000 Subject: [PATCH] slow work... --- src/include/access/itup.h | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/src/include/access/itup.h b/src/include/access/itup.h index e2fd6a6703..4588ed1d73 100644 --- a/src/include/access/itup.h +++ b/src/include/access/itup.h @@ -6,17 +6,15 @@ * * Copyright (c) 1994, Regents of the University of California * - * $Id: itup.h,v 1.1 1996/08/27 21:50:18 scrappy Exp $ + * $Id: itup.h,v 1.2 1996/10/19 04:08:58 scrappy Exp $ * *------------------------------------------------------------------------- */ #ifndef ITUP_H #define ITUP_H -#include "c.h" -#include "access/ibit.h" -#include "access/tupdesc.h" /* for TupleDesc */ #include "storage/itemptr.h" +#include "access/tupdesc.h" #define MaxIndexAttributeNumber 7 -- 2.11.0