diff --git a/include/engine/internal_route_result.hpp b/include/engine/internal_route_result.hpp index 9e22d7617..44f615292 100644 --- a/include/engine/internal_route_result.hpp +++ b/include/engine/internal_route_result.hpp @@ -1,10 +1,14 @@ #ifndef RAW_ROUTE_DATA_H #define RAW_ROUTE_DATA_H +#include "extractor/class_data.hpp" #include "extractor/guidance/turn_instruction.hpp" #include "extractor/travel_mode.hpp" + #include "engine/phantom_node.hpp" + #include "osrm/coordinate.hpp" + #include "util/guidance/entry_class.hpp" #include "util/guidance/turn_bearing.hpp" #include "util/guidance/turn_lanes.hpp" diff --git a/include/extractor/edge_based_graph_factory.hpp b/include/extractor/edge_based_graph_factory.hpp index 72af096a6..8abf3efbe 100644 --- a/include/extractor/edge_based_graph_factory.hpp +++ b/include/extractor/edge_based_graph_factory.hpp @@ -42,11 +42,6 @@ #include #include -#include - -#include -#include - namespace osrm { namespace extractor