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

Commit d952860

Browse files
committed
Remove inclusion of postgres.h from a few header files.
Thomas Munro, per project policy articuled by Andres Freund and Tom Lane. Discussion: http://postgr.es/m/CAEepm=2zCoeq3QxVwhS5DFeUh=yU6z81pbWMgfOB8OzyiBwxzw@mail.gmail.com
1 parent 09529a7 commit d952860

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

src/include/access/bufmask.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717
#ifndef BUFMASK_H
1818
#define BUFMASK_H
1919

20-
#include "postgres.h"
2120
#include "storage/block.h"
2221
#include "storage/bufmgr.h"
2322

src/include/utils/dsa.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,6 @@
1414
#ifndef DSA_H
1515
#define DSA_H
1616

17-
#include "postgres.h"
18-
1917
#include "port/atomics.h"
2018
#include "storage/dsm.h"
2119

0 commit comments

Comments
 (0)