[postgis-commits] svn - r3115 - trunk/lwgeom

postgis-commits at postgis.refractions.net postgis-commits at postgis.refractions.net
Wed Oct 15 11:26:28 PDT 2008


Author: pramsey
Date: 2008-10-15 11:26:27 -0700 (Wed, 15 Oct 2008)
New Revision: 3115

Modified:
   trunk/lwgeom/lwgeom_gist.c
   trunk/lwgeom/lwgeom_inout.c
Log:
expunge remaining stringBuffer references


Modified: trunk/lwgeom/lwgeom_gist.c
===================================================================
--- trunk/lwgeom/lwgeom_gist.c	2008-10-15 17:59:18 UTC (rev 3114)
+++ trunk/lwgeom/lwgeom_gist.c	2008-10-15 18:26:27 UTC (rev 3115)
@@ -17,7 +17,6 @@
 #include "liblwgeom.h"
 
 #include "lwgeom_pg.h"
-#include "stringBuffer.h"
 
 
 /*

Modified: trunk/lwgeom/lwgeom_inout.c
===================================================================
--- trunk/lwgeom/lwgeom_inout.c	2008-10-15 17:59:18 UTC (rev 3114)
+++ trunk/lwgeom/lwgeom_inout.c	2008-10-15 18:26:27 UTC (rev 3115)
@@ -19,7 +19,6 @@
 
 
 #include "liblwgeom.h"
-#include "stringBuffer.h"
 
 
 



More information about the postgis-commits mailing list