#ifndef GLOBAL_TRIP_PARAMETERS_HPP
#define GLOBAL_TRIP_PARAMETERS_HPP

#include "engine/api/trip_parameters.hpp"

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

#endif