]> granicus.if.org Git - postgis/commitdiff
Drop postgis_config.h include from header file (#2303)
authorSandro Santilli <strk@keybit.net>
Sat, 3 Oct 2015 06:12:01 +0000 (06:12 +0000)
committerSandro Santilli <strk@keybit.net>
Sat, 3 Oct 2015 06:12:01 +0000 (06:12 +0000)
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

loader/pgsql2shp-core.h

index a6ba456033d854042e71b4bbcce18b313be1c253..a4a36d6bf86952ac207ff02d50c65e22e61947d6 100644 (file)
@@ -22,7 +22,6 @@
 #include <sys/stat.h>
 #include <iconv.h>
 
-#include "../postgis_config.h"
 #include "libpq-fe.h"
 #include "shapefil.h"
 #include "shpcommon.h"