Skip to content

v0.2.54..v0.2.55 changeset CookieCutterOp.cpp

Garret Voltz edited this page Aug 14, 2020 · 1 revision
diff --git a/hoot-core/src/main/cpp/hoot/core/ops/CookieCutterOp.cpp b/hoot-core/src/main/cpp/hoot/core/ops/CookieCutterOp.cpp
index 229d224..a6600d9 100644
--- a/hoot-core/src/main/cpp/hoot/core/ops/CookieCutterOp.cpp
+++ b/hoot-core/src/main/cpp/hoot/core/ops/CookieCutterOp.cpp
@@ -22,7 +22,7 @@
  * This will properly maintain the copyright information. DigitalGlobe
  * copyrights will be updated automatically.
  *
- * @copyright Copyright (C) 2015, 2016, 2017, 2018, 2019 DigitalGlobe (http://www.digitalglobe.com/)
+ * @copyright Copyright (C) 2015, 2016, 2017, 2018, 2019, 2020 DigitalGlobe (http://www.digitalglobe.com/)
  */
 #include "CookieCutterOp.h"
 
@@ -33,7 +33,6 @@
 #include <hoot/core/conflate/CookieCutter.h>
 #include <hoot/core/criterion/StatusCriterion.h>
 #include <hoot/core/util/ConfigOptions.h>
-#include <hoot/core/elements/OsmUtils.h>
 #include <hoot/core/visitors/RemoveElementsVisitor.h>
 #include <hoot/core/elements/OsmMap.h>
 #include <hoot/core/io/OsmMapWriterFactory.h>
Clone this wiki locally