From e7db076648cd3e713be5bf1c865fe5a81ee2c34b Mon Sep 17 00:00:00 2001 From: Dennis Luxen Date: Wed, 16 Apr 2014 16:16:42 +0200 Subject: [PATCH] fix include order (thx flint) --- Library/OSRM_impl.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Library/OSRM_impl.cpp b/Library/OSRM_impl.cpp index 51846ab26..02acbc98a 100644 --- a/Library/OSRM_impl.cpp +++ b/Library/OSRM_impl.cpp @@ -25,8 +25,8 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#include "OSRM.h" #include "OSRM_impl.h" +#include "OSRM.h" #include "../Plugins/HelloWorldPlugin.h" #include "../Plugins/LocatePlugin.h"