diff options
author | Robert Haas | 2017-03-08 13:18:12 +0000 |
---|---|---|
committer | Robert Haas | 2017-03-08 13:18:12 +0000 |
commit | d9528604ccb05f545be7ca2bad161877fd3d9c13 (patch) | |
tree | 32b7ff23493197ac199d5ef700e7903b059162f2 | |
parent | 09529a70bb5a77935d086d651c63396767d240d7 (diff) |
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
-rw-r--r-- | src/include/access/bufmask.h | 1 | ||||
-rw-r--r-- | src/include/utils/dsa.h | 2 |
2 files changed, 0 insertions, 3 deletions
diff --git a/src/include/access/bufmask.h b/src/include/access/bufmask.h index 722dfea8d87..95c6c3ae020 100644 --- a/src/include/access/bufmask.h +++ b/src/include/access/bufmask.h @@ -17,7 +17,6 @@ #ifndef BUFMASK_H #define BUFMASK_H -#include "postgres.h" #include "storage/block.h" #include "storage/bufmgr.h" diff --git a/src/include/utils/dsa.h b/src/include/utils/dsa.h index c4b122e34c9..f0844434095 100644 --- a/src/include/utils/dsa.h +++ b/src/include/utils/dsa.h @@ -14,8 +14,6 @@ #ifndef DSA_H #define DSA_H -#include "postgres.h" - #include "port/atomics.h" #include "storage/dsm.h" |