aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMarc G. Fournier <scrappy@hub.org>1996-10-19 04:02:39 +0000
committerMarc G. Fournier <scrappy@hub.org>1996-10-19 04:02:39 +0000
commitf3671cc9101e66118a00f6d9526cee847555283e (patch)
tree03765062d625700dac156a45d8bf8bc599e8248c /src
parentc2c618fadaf362508dec8ac219b9715c847302f2 (diff)
downloadpostgresql-f3671cc9101e66118a00f6d9526cee847555283e.tar.gz
postgresql-f3671cc9101e66118a00f6d9526cee847555283e.zip
another another one
Diffstat (limited to 'src')
-rw-r--r--src/include/access/htup.h4
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"