[geos-commits] r3657 - trunk/include/geos/algorithm/distance
svn_geos at osgeo.org
svn_geos at osgeo.org
Tue May 29 12:23:20 PDT 2012
Author: strk
Date: 2012-05-29 12:23:18 -0700 (Tue, 29 May 2012)
New Revision: 3657
Modified:
trunk/include/geos/algorithm/distance/PointPairDistance.h
Log:
No need to forward declare Coordinate (full definition included)
Modified: trunk/include/geos/algorithm/distance/PointPairDistance.h
===================================================================
--- trunk/include/geos/algorithm/distance/PointPairDistance.h 2012-05-29 19:23:01 UTC (rev 3656)
+++ trunk/include/geos/algorithm/distance/PointPairDistance.h 2012-05-29 19:23:18 UTC (rev 3657)
@@ -19,7 +19,6 @@
#ifndef GEOS_ALGORITHM_DISTANCE_POINTPAIRDISTANCE_H
#define GEOS_ALGORITHM_DISTANCE_POINTPAIRDISTANCE_H
-//#include <geos/geom/LineSegment.h> // for composition
#include <geos/platform.h> // for DoubleNotANumber
#include <geos/geom/Coordinate.h> // for inlines
@@ -27,20 +26,6 @@
#include <cassert>
namespace geos {
- namespace algorithm {
- namespace distance {
- //class PointPairDistance;
- }
- }
- namespace geom {
- //class Geometry;
- class Coordinate;
- //class LineString;
- //class Polygon;
- }
-}
-
-namespace geos {
namespace algorithm { // geos::algorithm
namespace distance { // geos::algorithm::distance
More information about the geos-commits
mailing list