diff --git a/hoot-core/src/main/cpp/hoot/core/algorithms/extractors/CentroidDistanceExtractor.cpp b/hoot-core/src/main/cpp/hoot/core/algorithms/extractors/CentroidDistanceExtractor.cpp
index 3bcb11f..891c540 100644
--- a/hoot-core/src/main/cpp/hoot/core/algorithms/extractors/CentroidDistanceExtractor.cpp
+++ b/hoot-core/src/main/cpp/hoot/core/algorithms/extractors/CentroidDistanceExtractor.cpp
@@ -23,13 +23,10 @@
* copyrights will be updated automatically.
*
* @copyright Copyright (C) 2005 VividSolutions (http://www.vividsolutions.com/)
- * @copyright Copyright (C) 2015, 2017, 2018, 2019 DigitalGlobe (http://www.digitalglobe.com/)
+ * @copyright Copyright (C) 2015, 2017, 2018, 2019, 2020 DigitalGlobe (http://www.digitalglobe.com/)
*/
#include "CentroidDistanceExtractor.h"
-// geos
-#include <geos/util/TopologyException.h>
-
// hoot
#include <hoot/core/util/Factory.h>
#include <hoot/core/elements/ElementConverter.h>