1
0
mirror of https://github.com/postgres/postgres.git synced 2025-09-02 04:21:28 +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

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