diff --git a/hoot-core/src/main/cpp/hoot/core/ops/ReplaceRoundabouts.cpp b/hoot-core/src/main/cpp/hoot/core/ops/ReplaceRoundabouts.cpp
index 4f730cd..8bced30 100644
--- a/hoot-core/src/main/cpp/hoot/core/ops/ReplaceRoundabouts.cpp
+++ b/hoot-core/src/main/cpp/hoot/core/ops/ReplaceRoundabouts.cpp
@@ -28,9 +28,6 @@
#include "ReplaceRoundabouts.h"
// Hoot
-#include <hoot/core/algorithms/WayHeading.h>
-#include <hoot/core/algorithms/linearreference/WayLocation.h>
-#include <hoot/core/algorithms/splitter/WaySplitter.h>
#include <hoot/core/elements/OsmMap.h>
#include <hoot/core/elements/Way.h>
#include <hoot/core/index/OsmMapIndex.h>