1
0
mirror of https://github.com/postgres/postgres.git synced 2025-08-28 18:48:04 +03:00

Remove all traces of machine.h and redundant calls to c.h where

postgres.h already pulled in (postgres.h includes c.h)
This commit is contained in:
Marc G. Fournier
1996-08-27 22:15:17 +00:00
parent a88b72ea39
commit 3c0f8ed4ae
5 changed files with 4 additions and 11 deletions

View File

@@ -7,14 +7,13 @@
*
*
* IDENTIFICATION
* $Header: /cvsroot/pgsql/src/backend/access/transam/varsup.c,v 1.2 1996/08/24 20:48:04 scrappy Exp $
* $Header: /cvsroot/pgsql/src/backend/access/transam/varsup.c,v 1.3 1996/08/27 22:15:17 scrappy Exp $
*
*-------------------------------------------------------------------------
*/
#include <math.h>
#include "postgres.h"
#include "machine.h" /* in port/ directory (needed for BLCKSZ) */
#include "storage/buf.h"
#include "storage/bufmgr.h"
#include "storage/ipc.h" /* for OIDGENLOCKID */