Fix include paths
This commit is contained in:
@@ -25,8 +25,8 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
*/
|
||||
|
||||
#include "../../algorithms/douglas_peucker.hpp"
|
||||
#include "../../data_structures/segment_information.hpp"
|
||||
#include "engine/douglas_peucker.hpp"
|
||||
#include "engine/segment_information.hpp"
|
||||
|
||||
#include <boost/test/unit_test.hpp>
|
||||
#include <boost/test/test_case_template.hpp>
|
||||
|
||||
@@ -28,8 +28,8 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
#include <boost/test/floating_point_comparison.hpp>
|
||||
#include <boost/test/unit_test.hpp>
|
||||
|
||||
#include "../../algorithms/polyline_compressor.hpp"
|
||||
#include "../../algorithms/coordinate_calculation.hpp"
|
||||
#include "engine/polyline_compressor.hpp"
|
||||
#include "util/coordinate_calculation.hpp"
|
||||
|
||||
#include <osrm/coordinate.hpp>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user