Skip to content

v0.2.49..v0.2.50 changeset ReplaceElementOp.cpp

Garret Voltz edited this page Nov 6, 2019 · 1 revision
diff --git a/hoot-core/src/main/cpp/hoot/core/ops/ReplaceElementOp.cpp b/hoot-core/src/main/cpp/hoot/core/ops/ReplaceElementOp.cpp
index 8368c1a..5bf7750 100644
--- a/hoot-core/src/main/cpp/hoot/core/ops/ReplaceElementOp.cpp
+++ b/hoot-core/src/main/cpp/hoot/core/ops/ReplaceElementOp.cpp
@@ -27,9 +27,9 @@
 #include "ReplaceElementOp.h"
 
 // hoot
-#include <hoot/core/util/Factory.h>
 #include <hoot/core/elements/OsmMap.h>
 #include <hoot/core/ops/RecursiveElementRemover.h>
+#include <hoot/core/util/Factory.h>
 #include <hoot/core/util/Log.h>
 
 using namespace std;
Clone this wiki locally