From 66c0b69a60f15e1e3b0899861e30db525c840df0 Mon Sep 17 00:00:00 2001 From: Paul Ramsey Date: Mon, 22 Sep 2014 18:32:12 +0000 Subject: [PATCH] Remove another call of liblwgeom_internal.h git-svn-id: http://svn.osgeo.org/postgis/trunk@12995 b70326c6-7e19-0410-871a-916f4a2858ee --- postgis/gserialized_gist_2d.c | 2 +- postgis/lwgeom_functions_basic.c | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/postgis/gserialized_gist_2d.c b/postgis/gserialized_gist_2d.c index 1d3f4ef0e..6da99f905 100644 --- a/postgis/gserialized_gist_2d.c +++ b/postgis/gserialized_gist_2d.c @@ -34,7 +34,6 @@ #include "liblwgeom.h" /* For standard geometry types. */ #include "lwgeom_pg.h" /* For debugging macros. */ #include "gserialized_gist.h" /* For utility functions. */ -#include "liblwgeom_internal.h" /* For FLT_MAX */ /* Fall back to older finite() if necessary */ #ifndef HAVE_ISFINITE @@ -45,6 +44,7 @@ # endif #endif +#include /* For FLT_MAX */ /* ** When is a node split not so good? If more than 90% of the entries diff --git a/postgis/lwgeom_functions_basic.c b/postgis/lwgeom_functions_basic.c index b56fd2676..66767d332 100644 --- a/postgis/lwgeom_functions_basic.c +++ b/postgis/lwgeom_functions_basic.c @@ -18,7 +18,6 @@ #include "../postgis_config.h" #include "liblwgeom.h" -// #include "liblwgeom_internal.h" #include "lwgeom_pg.h" #include -- 2.40.0