1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-07 00:36:50 +03:00

More include file cleanups

This commit is contained in:
Marc G. Fournier
1996-11-03 08:17:38 +00:00
parent 4bdf308bdf
commit 0c960e7fc0
16 changed files with 38 additions and 95 deletions

View File

@ -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"