Commit d9528604 authored by Robert Haas's avatar Robert Haas

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
parent 09529a70
...@@ -17,7 +17,6 @@ ...@@ -17,7 +17,6 @@
#ifndef BUFMASK_H #ifndef BUFMASK_H
#define BUFMASK_H #define BUFMASK_H
#include "postgres.h"
#include "storage/block.h" #include "storage/block.h"
#include "storage/bufmgr.h" #include "storage/bufmgr.h"
......
...@@ -14,8 +14,6 @@ ...@@ -14,8 +14,6 @@
#ifndef DSA_H #ifndef DSA_H
#define DSA_H #define DSA_H
#include "postgres.h"
#include "port/atomics.h" #include "port/atomics.h"
#include "storage/dsm.h" #include "storage/dsm.h"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment