summaryrefslogtreecommitdiff
path: root/src/include/utils/dsa.h
diff options
context:
space:
mode:
authorRobert Haas <rhaas@postgresql.org>2017-03-08 08:18:12 -0500
committerRobert Haas <rhaas@postgresql.org>2017-03-08 08:18:12 -0500
commitd9528604ccb05f545be7ca2bad161877fd3d9c13 (patch)
tree32b7ff23493197ac199d5ef700e7903b059162f2 /src/include/utils/dsa.h
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/utils/dsa.h')
-rw-r--r--src/include/utils/dsa.h2
1 files changed, 0 insertions, 2 deletions
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"