aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarc G. Fournier <scrappy@hub.org>1996-10-19 04:08:58 +0000
committerMarc G. Fournier <scrappy@hub.org>1996-10-19 04:08:58 +0000
commitd0bfb6b78d8c902569fcfdd4800a917f362e6c03 (patch)
treeb76781c30f95bef22702ef62456035b3dd72ffea
parentf697bf3b8585e29601e4e62563b21c43cd7a9deb (diff)
downloadpostgresql-d0bfb6b78d8c902569fcfdd4800a917f362e6c03.tar.gz
postgresql-d0bfb6b78d8c902569fcfdd4800a917f362e6c03.zip
slow work...
-rw-r--r--src/include/access/itup.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/include/access/itup.h b/src/include/access/itup.h
index e2fd6a67030..4588ed1d735 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