Remove another call of liblwgeom_internal.h

git-svn-id: http://svn.osgeo.org/postgis/trunk@12995 b70326c6-7e19-0410-871a-916f4a2858ee
This commit is contained in:
Paul Ramsey 2014-09-22 18:32:12 +00:00
parent 66ab2235b6
commit 66c0b69a60
2 changed files with 1 additions and 2 deletions

View 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

View file

@ -18,7 +18,6 @@
#include "../postgis_config.h"
#include "liblwgeom.h"
// #include "liblwgeom_internal.h"
#include "lwgeom_pg.h"
#include <math.h>