summaryrefslogtreecommitdiff
path: root/src/include/access
diff options
context:
space:
mode:
authorRobert Haas2017-03-08 13:18:12 +0000
committerRobert Haas2017-03-08 13:18:12 +0000
commitd9528604ccb05f545be7ca2bad161877fd3d9c13 (patch)
tree32b7ff23493197ac199d5ef700e7903b059162f2 /src/include/access
parent09529a70bb5a77935d086d651c63396767d240d7 (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
Diffstat (limited to 'src/include/access')
-rw-r--r--src/include/access/bufmask.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/include/access/bufmask.h b/src/include/access/bufmask.h
index 722dfea8d8..95c6c3ae02 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"