diff options
author | Marc G. Fournier <scrappy@hub.org> | 1996-10-19 04:02:39 +0000 |
---|---|---|
committer | Marc G. Fournier <scrappy@hub.org> | 1996-10-19 04:02:39 +0000 |
commit | f3671cc9101e66118a00f6d9526cee847555283e (patch) | |
tree | 03765062d625700dac156a45d8bf8bc599e8248c /src | |
parent | c2c618fadaf362508dec8ac219b9715c847302f2 (diff) | |
download | postgresql-f3671cc9101e66118a00f6d9526cee847555283e.tar.gz postgresql-f3671cc9101e66118a00f6d9526cee847555283e.zip |
another another one
Diffstat (limited to 'src')
-rw-r--r-- | src/include/access/htup.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/include/access/htup.h b/src/include/access/htup.h index d669c383f72..97ed8aeea75 100644 --- a/src/include/access/htup.h +++ b/src/include/access/htup.h @@ -6,15 +6,13 @@ * * Copyright (c) 1994, Regents of the University of California * - * $Id: htup.h,v 1.1 1996/08/27 21:50:14 scrappy Exp $ + * $Id: htup.h,v 1.2 1996/10/19 04:02:39 scrappy Exp $ * *------------------------------------------------------------------------- */ #ifndef HTUP_H #define HTUP_H -#include "access/attnum.h" -#include "storage/bufpage.h" /* just to reduce levels of #include */ #include "storage/itemptr.h" #include "utils/nabstime.h" |