1
0
mirror of https://github.com/postgres/postgres.git synced 2025-11-03 09:13:20 +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,11 +7,10 @@
*
*
* IDENTIFICATION
* $Header: /cvsroot/pgsql/src/backend/access/rtree/Attic/rtscan.c,v 1.2 1996/08/15 07:30:22 scrappy Exp $
* $Header: /cvsroot/pgsql/src/backend/access/rtree/Attic/rtscan.c,v 1.3 1996/08/27 22:15:08 scrappy Exp $
*
*-------------------------------------------------------------------------
*/
#include "c.h"
#include "postgres.h"
#include "storage/bufmgr.h"