From: Sandro Santilli Date: Sat, 3 Oct 2015 06:12:01 +0000 (+0000) Subject: Drop postgis_config.h include from header file (#2303) X-Git-Tag: 2.2.0~34 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ac887382932492f952876b496463958497e64ca3;p=postgis Drop postgis_config.h include from header file (#2303) It's better to only include build config header from C files. git-svn-id: http://svn.osgeo.org/postgis/trunk@14176 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/loader/pgsql2shp-core.h b/loader/pgsql2shp-core.h index a6ba45603..a4a36d6bf 100644 --- a/loader/pgsql2shp-core.h +++ b/loader/pgsql2shp-core.h @@ -22,7 +22,6 @@ #include #include -#include "../postgis_config.h" #include "libpq-fe.h" #include "shapefil.h" #include "shpcommon.h"