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
@@ -1,7 +1,7 @@
#ifndef OSRM_ENGINE_ROUTING_BASE_HPP
#define OSRM_ENGINE_ROUTING_BASE_HPP
#include "extractor/guidance/turn_instruction.hpp"
#include "guidance/turn_instruction.hpp"
#include "engine/algorithm.hpp"
#include "engine/datafacade.hpp"