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
@@ -28,9 +28,9 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#ifndef BASEPLUGIN_H_
#define BASEPLUGIN_H_
#include <Coordinate.h>
#include <Reply.h>
#include <RouteParameters.h>
#include <osrm/Coordinate.h>
#include <osrm/Reply.h>
#include <osrm/RouteParameters.h>
#include <string>
#include <vector>