1
0
mirror of https://github.com/postgres/postgres.git synced 2025-11-12 05:01:15 +03:00

Remove include of machine.h

This commit is contained in:
Marc G. Fournier
1996-08-27 22:20:28 +00:00
parent 3c0f8ed4ae
commit 6196646291
5 changed files with 5 additions and 11 deletions

View File

@@ -7,7 +7,7 @@
*
*
* IDENTIFICATION
* $Header: /cvsroot/pgsql/src/backend/storage/smgr/md.c,v 1.4 1996/07/22 23:00:18 scrappy Exp $
* $Header: /cvsroot/pgsql/src/backend/storage/smgr/md.c,v 1.5 1996/08/27 22:20:26 scrappy Exp $
*
*-------------------------------------------------------------------------
*/
@@ -17,7 +17,6 @@
#include "postgres.h"
#include "miscadmin.h" /* for DataDir */
#include "machine.h"
#include "storage/smgr.h" /* where the declarations go */
#include "storage/block.h"
#include "storage/fd.h"

View File

@@ -10,7 +10,7 @@
*
*
* IDENTIFICATION
* $Header: /cvsroot/pgsql/src/backend/storage/smgr/Attic/mm.c,v 1.1.1.1 1996/07/09 06:21:59 scrappy Exp $
* $Header: /cvsroot/pgsql/src/backend/storage/smgr/Attic/mm.c,v 1.2 1996/08/27 22:20:27 scrappy Exp $
*
*-------------------------------------------------------------------------
*/
@@ -19,7 +19,6 @@
#ifdef MAIN_MEMORY
#include <math.h>
#include "machine.h"
#include "storage/ipc.h"
#include "storage/smgr.h" /* where the declarations go */
#include "storage/block.h"

View File

@@ -10,14 +10,13 @@
*
*
* IDENTIFICATION
* $Header: /cvsroot/pgsql/src/backend/storage/smgr/smgr.c,v 1.1.1.1 1996/07/09 06:21:59 scrappy Exp $
* $Header: /cvsroot/pgsql/src/backend/storage/smgr/smgr.c,v 1.2 1996/08/27 22:20:28 scrappy Exp $
*
*-------------------------------------------------------------------------
*/
#include <string.h>
#include "postgres.h"
#include "machine.h"
#include "storage/ipc.h"
#include "storage/smgr.h"
#include "storage/block.h"