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
This commit is contained in:
Robert Haas 2017-03-08 08:18:12 -05:00
parent 09529a70bb
commit d9528604cc
2 changed files with 0 additions and 3 deletions

View File

@ -17,7 +17,6 @@
#ifndef BUFMASK_H
#define BUFMASK_H
#include "postgres.h"
#include "storage/block.h"
#include "storage/bufmgr.h"

View File

@ -14,8 +14,6 @@
#ifndef DSA_H
#define DSA_H
#include "postgres.h"
#include "port/atomics.h"
#include "storage/dsm.h"