move includes to include/osrm

This commit is contained in:
DennisOSRM
2013-12-20 13:12:56 +01:00
parent a26d982f52
commit 41f3f53540
35 changed files with 398 additions and 36 deletions
+3 -3
View File
@@ -30,9 +30,9 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#include <boost/scoped_ptr.hpp>
#include <Reply.h>
#include <RouteParameters.h>
#include <ServerPaths.h>
#include <osrm/Reply.h>
#include <osrm/RouteParameters.h>
#include <osrm/ServerPaths.h>
class OSRM_impl;
+3 -3
View File
@@ -28,9 +28,9 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#ifndef OSRM_IMPL_H
#define OSRM_IMPL_H
#include <Reply.h>
#include <RouteParameters.h>
#include <ServerPaths.h>
#include <osrm/Reply.h>
#include <osrm/RouteParameters.h>
#include <osrm/ServerPaths.h>
#include "../DataStructures/QueryEdge.h"
#include "../Plugins/BasePlugin.h"