#ifndef GLOBAL_ROUTE_PARAMETERS_HPP
#define GLOBAL_ROUTE_PARAMETERS_HPP

#include "engine/api/route_parameters.hpp"

namespace osrm
{
    using engine::api::RouteParameters;
}

#endif