]> granicus.if.org Git - postgis/commitdiff
Drop unused "libtgeom.h" include
authorSandro Santilli <strk@keybit.net>
Thu, 20 Dec 2012 17:20:15 +0000 (17:20 +0000)
committerSandro Santilli <strk@keybit.net>
Thu, 20 Dec 2012 17:20:15 +0000 (17:20 +0000)
This is to make libtgeom memory errors less scary  :)
See #1553

git-svn-id: http://svn.osgeo.org/postgis/trunk@10872 b70326c6-7e19-0410-871a-916f4a2858ee

postgis/lwgeom_functions_basic.c

index df7f4f876618a89ada261d56bb1c00435b490dcf..a74a453a235f3531a087e59008390662b88c6f1d 100644 (file)
@@ -17,7 +17,6 @@
 #include "utils/geo_decls.h"
 
 #include "liblwgeom_internal.h"
-#include "libtgeom.h"
 #include "lwgeom_pg.h"
 
 #include <math.h>