[geos-commits] r2423 - trunk/tests/unit/capi

svn_geos at osgeo.org svn_geos at osgeo.org
Wed Apr 29 19:46:07 EDT 2009


Author: mloskot
Date: 2009-04-29 19:46:07 -0400 (Wed, 29 Apr 2009)
New Revision: 2423

Modified:
   trunk/tests/unit/capi/GEOSContainsTest.cpp
   trunk/tests/unit/capi/GEOSWithinTest.cpp
Log:
Removed unused <memory> header from C API tests.

Modified: trunk/tests/unit/capi/GEOSContainsTest.cpp
===================================================================
--- trunk/tests/unit/capi/GEOSContainsTest.cpp	2009-04-29 23:44:04 UTC (rev 2422)
+++ trunk/tests/unit/capi/GEOSContainsTest.cpp	2009-04-29 23:46:07 UTC (rev 2423)
@@ -9,7 +9,6 @@
 #include <cstdarg>
 #include <cstdio>
 #include <cstdlib>
-#include <memory>
 
 namespace tut
 {

Modified: trunk/tests/unit/capi/GEOSWithinTest.cpp
===================================================================
--- trunk/tests/unit/capi/GEOSWithinTest.cpp	2009-04-29 23:44:04 UTC (rev 2422)
+++ trunk/tests/unit/capi/GEOSWithinTest.cpp	2009-04-29 23:46:07 UTC (rev 2423)
@@ -9,7 +9,6 @@
 #include <cstdarg>
 #include <cstdio>
 #include <cstdlib>
-#include <memory>
 
 namespace tut
 {



More information about the geos-commits mailing list