]> granicus.if.org Git - postgresql/commitdiff
slow work...
authorMarc G. Fournier <scrappy@hub.org>
Sat, 19 Oct 1996 04:08:58 +0000 (04:08 +0000)
committerMarc G. Fournier <scrappy@hub.org>
Sat, 19 Oct 1996 04:08:58 +0000 (04:08 +0000)
src/include/access/itup.h

index e2fd6a6703004583f670e996f91be40648833d42..4588ed1d73514aa8a89dfa49f01db3e5c68998e7 100644 (file)
@@ -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