]> granicus.if.org Git - postgresql/commitdiff
Remove inclusion of postgres.h from a few header files.
authorRobert Haas <rhaas@postgresql.org>
Wed, 8 Mar 2017 13:18:12 +0000 (08:18 -0500)
committerRobert Haas <rhaas@postgresql.org>
Wed, 8 Mar 2017 13:18:12 +0000 (08:18 -0500)
Thomas Munro, per project policy articuled by Andres Freund and
Tom Lane.

Discussion: http://postgr.es/m/CAEepm=2zCoeq3QxVwhS5DFeUh=yU6z81pbWMgfOB8OzyiBwxzw@mail.gmail.com

src/include/access/bufmask.h
src/include/utils/dsa.h

index 722dfea8d877a2362cf6344fbecb5dade40a6427..95c6c3ae020f6e851a37eeae2fc68abf50a446c2 100644 (file)
@@ -17,7 +17,6 @@
 #ifndef BUFMASK_H
 #define BUFMASK_H
 
-#include "postgres.h"
 #include "storage/block.h"
 #include "storage/bufmgr.h"
 
index c4b122e34c9eb75f556cd377f93b0dc253cd84aa..f084443409555e2fc642da5b2063ad6d83ae0f95 100644 (file)
@@ -14,8 +14,6 @@
 #ifndef DSA_H
 #define DSA_H
 
-#include "postgres.h"
-
 #include "port/atomics.h"
 #include "storage/dsm.h"