diff options
author | Marc G. Fournier <scrappy@hub.org> | 1996-10-19 04:08:58 +0000 |
---|---|---|
committer | Marc G. Fournier <scrappy@hub.org> | 1996-10-19 04:08:58 +0000 |
commit | d0bfb6b78d8c902569fcfdd4800a917f362e6c03 (patch) | |
tree | b76781c30f95bef22702ef62456035b3dd72ffea | |
parent | f697bf3b8585e29601e4e62563b21c43cd7a9deb (diff) | |
download | postgresql-d0bfb6b78d8c902569fcfdd4800a917f362e6c03.tar.gz postgresql-d0bfb6b78d8c902569fcfdd4800a917f362e6c03.zip |
slow work...
-rw-r--r-- | src/include/access/itup.h | 6 |
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 |