diff --git a/src/include/access/itup.h b/src/include/access/itup.h index 2b69da693ee3d4ee1e671019d80220880cd85356..51d1be853eec53c08b8ffdfb478e52f25f9615bc 100644 --- a/src/include/access/itup.h +++ b/src/include/access/itup.h @@ -6,15 +6,15 @@ * * Copyright (c) 1994, Regents of the University of California * - * $Id: itup.h,v 1.3 1996/11/03 08:17:21 scrappy Exp $ + * $Id: itup.h,v 1.4 1996/11/05 07:20:09 scrappy Exp $ * *------------------------------------------------------------------------- */ #ifndef ITUP_H #define ITUP_H -#include "storage/itemptr.h" -#include "access/tupdesc.h" +#include +#include #define MaxIndexAttributeNumber 7