Skip to content

v0.2.53..v0.2.54 changeset VertexHausdorffDistance.cpp

Garret Voltz edited this page Mar 31, 2020 · 1 revision
diff --git a/hoot-core/src/main/cpp/hoot/core/algorithms/VertexHausdorffDistance.cpp b/hoot-core/src/main/cpp/hoot/core/algorithms/VertexHausdorffDistance.cpp
index 71bb8a9..06c6f2e 100644
--- a/hoot-core/src/main/cpp/hoot/core/algorithms/VertexHausdorffDistance.cpp
+++ b/hoot-core/src/main/cpp/hoot/core/algorithms/VertexHausdorffDistance.cpp
@@ -22,7 +22,7 @@
  * This will properly maintain the copyright information. DigitalGlobe
  * copyrights will be updated automatically.
  *
- * @copyright Copyright (C) 2015, 2017, 2019 DigitalGlobe (http://www.digitalglobe.com/)
+ * @copyright Copyright (C) 2015, 2017, 2019, 2020 DigitalGlobe (http://www.digitalglobe.com/)
  */
 #include "VertexHausdorffDistance.h"
 
@@ -30,7 +30,6 @@
 #include <geos/geom/CoordinateFilter.h>
 #include <geos/geom/GeometryFactory.h>
 #include <geos/geom/Point.h>
-#include <geos/util/TopologyException.h>
 
 // Hoot
 #include <hoot/core/util/GeometryUtils.h>
Clone this wiki locally