-
Notifications
You must be signed in to change notification settings - Fork 74
v0.2.49..v0.2.50 changeset RemoveDuplicateReviewsOp.h
Garret Voltz edited this page Nov 6, 2019
·
1 revision
diff --git a/hoot-core/src/main/cpp/hoot/core/ops/RemoveDuplicateReviewsOp.h b/hoot-core/src/main/cpp/hoot/core/ops/RemoveDuplicateReviewsOp.h
index 50615c1..395f1c0 100644
--- a/hoot-core/src/main/cpp/hoot/core/ops/RemoveDuplicateReviewsOp.h
+++ b/hoot-core/src/main/cpp/hoot/core/ops/RemoveDuplicateReviewsOp.h
@@ -28,9 +28,9 @@
#define DUPLICATEREVIEWSOP_H
// Hoot
-#include <hoot/core/ops/OsmMapOperation.h>
-#include <hoot/core/io/Serializable.h>
#include <hoot/core/info/OperationStatusInfo.h>
+#include <hoot/core/io/Serializable.h>
+#include <hoot/core/ops/OsmMapOperation.h>
// Standard
#include <set>