Move guidance pre-processing code into GUIDANCE library

This commit is contained in:
Michael Krasnyk
2018-01-05 13:05:53 +01:00
parent 1794185d43
commit 36877e4de5
89 changed files with 153 additions and 151 deletions
+2 -2
View File
@@ -1,9 +1,9 @@
#ifndef ENGINE_GUIDANCE_ASSEMBLE_STEPS_HPP_
#define ENGINE_GUIDANCE_ASSEMBLE_STEPS_HPP_
#include "extractor/guidance/turn_instruction.hpp"
#include "extractor/guidance/turn_lane_types.hpp"
#include "extractor/travel_mode.hpp"
#include "guidance/turn_instruction.hpp"
#include "guidance/turn_lane_types.hpp"
#include "engine/datafacade/datafacade_base.hpp"
#include "engine/guidance/leg_geometry.hpp"
#include "engine/guidance/route_step.hpp"