diff options
author | Marc G. Fournier <scrappy@hub.org> | 1996-11-03 08:17:38 +0000 |
---|---|---|
committer | Marc G. Fournier <scrappy@hub.org> | 1996-11-03 08:17:38 +0000 |
commit | 0c960e7fc0416a8fd7e9d1be853a19294af631c6 (patch) | |
tree | 1473ede5c183179dea40911102422be69fdba543 /src/backend/access/common/heaptuple.c | |
parent | 4bdf308bdf73a4a819f2c144c9a3a4cb8375fc02 (diff) | |
download | postgresql-0c960e7fc0416a8fd7e9d1be853a19294af631c6.tar.gz postgresql-0c960e7fc0416a8fd7e9d1be853a19294af631c6.zip |
More include file cleanups
Diffstat (limited to 'src/backend/access/common/heaptuple.c')
-rw-r--r-- | src/backend/access/common/heaptuple.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/backend/access/common/heaptuple.c b/src/backend/access/common/heaptuple.c index 55e57818b33..b67e6fb9e62 100644 --- a/src/backend/access/common/heaptuple.c +++ b/src/backend/access/common/heaptuple.c @@ -8,7 +8,7 @@ * * * IDENTIFICATION - * $Header: /cvsroot/pgsql/src/backend/access/common/heaptuple.c,v 1.12 1996/11/01 09:41:35 scrappy Exp $ + * $Header: /cvsroot/pgsql/src/backend/access/common/heaptuple.c,v 1.13 1996/11/03 08:16:44 scrappy Exp $ * * NOTES * The old interface functions have been converted to macros @@ -21,9 +21,7 @@ #include "access/htup.h" #include "access/transam.h" -#include "access/tupdesc.h" #include "access/tupmacs.h" -#include "storage/buf.h" #include "storage/bufpage.h" #include "utils/memutils.h" #include "utils/palloc.h" |