use proper include prefix

This commit is contained in:
Dennis Luxen 2014-05-07 16:46:52 +02:00
parent cb30f4668e
commit 700747801c

View File

@ -30,9 +30,9 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#include "../Util/ProgramOptions.h"
#include "../Util/SimpleLogger.h"
#include <Reply.h>
#include <RouteParameters.h>
#include <ServerPaths.h>
#include <osrm/Reply.h>
#include <osrm/RouteParameters.h>
#include <osrm/ServerPaths.h>
#include <boost/property_tree/ptree.hpp>
#include <boost/property_tree/json_parser.hpp>