From: Marc G. Fournier Date: Tue, 27 Aug 1996 22:21:34 +0000 (+0000) Subject: Should finish cleaning out the machine.h includes X-Git-Tag: REL2_0~601 X-Git-Url: http://git.postgresql.org/gitweb/static/gitweb.js?a=commitdiff_plain;h=b8a0bb68c95bdbdf481e3bc49e586fbde1f6d06b;p=users%2Fc2main%2Fpostgres.git Should finish cleaning out the machine.h includes --- diff --git a/src/backend/utils/init/postinit.c b/src/backend/utils/init/postinit.c index eab6c76cdc..c82103fd3e 100644 --- a/src/backend/utils/init/postinit.c +++ b/src/backend/utils/init/postinit.c @@ -7,7 +7,7 @@ * * * IDENTIFICATION - * $Header: /cvsroot/pgsql/src/backend/utils/init/postinit.c,v 1.1.1.1 1996/07/09 06:22:09 scrappy Exp $ + * $Header: /cvsroot/pgsql/src/backend/utils/init/postinit.c,v 1.2 1996/08/27 22:21:34 scrappy Exp $ * * NOTES * InitPostgres() is the function called from PostgresMain @@ -35,9 +35,6 @@ #include "postgres.h" -#include "machine.h" /* for BLCKSZ, for InitMyDatabaseId() - * and where the decarations for this file go - */ #include "access/heapam.h" #include "access/xact.h" #include "storage/bufmgr.h"