From: Paul Ramsey Date: Mon, 18 Aug 2003 16:41:07 +0000 (+0000) Subject: Change include from io.h to geom.h. X-Git-Tag: pgis_0_8_0~92 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5df06c0852653f762aa42ae81422bb672a2bd6fa;p=postgis Change include from io.h to geom.h. git-svn-id: http://svn.osgeo.org/postgis/trunk@290 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/postgis_geos_wrapper.cpp b/postgis_geos_wrapper.cpp index 3e2a36dd0..1551f2bbe 100644 --- a/postgis_geos_wrapper.cpp +++ b/postgis_geos_wrapper.cpp @@ -7,11 +7,7 @@ #include #include -//#include "geom.h" -//#include "util.h" -//#include "graph.h" -#include "io.h" -//#include "opRelate.h" +#include "geom.h" using namespace geos;