Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 3c0f8ed

Browse files
committed
Remove all traces of machine.h and redundant calls to c.h where
postgres.h already pulled in (postgres.h includes c.h)
1 parent a88b72e commit 3c0f8ed

File tree

5 files changed

+4
-11
lines changed

5 files changed

+4
-11
lines changed

src/backend/access/gist/gistscan.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
*
1010
*-------------------------------------------------------------------------
1111
*/
12-
#include "c.h"
1312
#include "postgres.h"
1413

1514
#include "storage/bufmgr.h"

src/backend/access/rtree/rtscan.c

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,10 @@
77
*
88
*
99
* IDENTIFICATION
10-
* $Header: /cvsroot/pgsql/src/backend/access/rtree/Attic/rtscan.c,v 1.2 1996/08/15 07:30:22 scrappy Exp $
10+
* $Header: /cvsroot/pgsql/src/backend/access/rtree/Attic/rtscan.c,v 1.3 1996/08/27 22:15:08 scrappy Exp $
1111
*
1212
*-------------------------------------------------------------------------
1313
*/
14-
#include "c.h"
1514
#include "postgres.h"
1615

1716
#include "storage/bufmgr.h"

src/backend/access/transam/transam.c

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
*
88
*
99
* IDENTIFICATION
10-
* $Header: /cvsroot/pgsql/src/backend/access/transam/transam.c,v 1.1.1.1 1996/07/09 06:21:13 scrappy Exp $
10+
* $Header: /cvsroot/pgsql/src/backend/access/transam/transam.c,v 1.2 1996/08/27 22:15:15 scrappy Exp $
1111
*
1212
* NOTES
1313
* This file contains the high level access-method interface to the
@@ -17,8 +17,6 @@
1717
*/
1818
#include "postgres.h"
1919

20-
#include "machine.h" /* in port/ directory (needed for BLCKSZ) */
21-
2220
#include "access/heapam.h"
2321
#include "storage/buf.h"
2422
#include "storage/bufmgr.h"

src/backend/access/transam/transsup.c

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
*
88
*
99
* IDENTIFICATION
10-
* $Header: /cvsroot/pgsql/src/backend/access/transam/Attic/transsup.c,v 1.1.1.1 1996/07/09 06:21:13 scrappy Exp $
10+
* $Header: /cvsroot/pgsql/src/backend/access/transam/Attic/transsup.c,v 1.2 1996/08/27 22:15:16 scrappy Exp $
1111
*
1212
* NOTES
1313
* This file contains support functions for the high
@@ -17,8 +17,6 @@
1717
*/
1818
#include "postgres.h"
1919

20-
#include "machine.h" /* in port/ directory (needed for BLCKSZ) */
21-
2220
#include "storage/buf.h"
2321
#include "storage/bufmgr.h"
2422

src/backend/access/transam/varsup.c

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,13 @@
77
*
88
*
99
* IDENTIFICATION
10-
* $Header: /cvsroot/pgsql/src/backend/access/transam/varsup.c,v 1.2 1996/08/24 20:48:04 scrappy Exp $
10+
* $Header: /cvsroot/pgsql/src/backend/access/transam/varsup.c,v 1.3 1996/08/27 22:15:17 scrappy Exp $
1111
*
1212
*-------------------------------------------------------------------------
1313
*/
1414
#include <math.h>
1515
#include "postgres.h"
1616

17-
#include "machine.h" /* in port/ directory (needed for BLCKSZ) */
1817
#include "storage/buf.h"
1918
#include "storage/bufmgr.h"
2019
#include "storage/ipc.h" /* for OIDGENLOCKID */

0 commit comments

Comments
 (0)