]> granicus.if.org Git - postgis/commitdiff
Remove another call of liblwgeom_internal.h
authorPaul Ramsey <pramsey@cleverelephant.ca>
Mon, 22 Sep 2014 18:32:12 +0000 (18:32 +0000)
committerPaul Ramsey <pramsey@cleverelephant.ca>
Mon, 22 Sep 2014 18:32:12 +0000 (18:32 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@12995 b70326c6-7e19-0410-871a-916f4a2858ee

postgis/gserialized_gist_2d.c
postgis/lwgeom_functions_basic.c

index 1d3f4ef0ec769bd5ae175a7598e89e3c25dd7458..6da99f905594f09f329220139742e7c639806bf9 100644 (file)
@@ -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 <float.h> /* For FLT_MAX */
 
 /*
 ** When is a node split not so good? If more than 90% of the entries
index b56fd2676d150903a9a9ecf023c7d75be68ef961..66767d332dbd038714a317dd9d539e2cc3f66b66 100644 (file)
@@ -18,7 +18,6 @@
 
 #include "../postgis_config.h"
 #include "liblwgeom.h"
-// #include "liblwgeom_internal.h"
 #include "lwgeom_pg.h"
 
 #include <math.h>