From ad42810bb9484f4930252ecc34b91d83f37e3293 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sun, 11 May 2014 13:18:07 +0300 Subject: Move map related files into resources/map. --- src/navigationmanager.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/navigationmanager.cpp') diff --git a/src/navigationmanager.cpp b/src/navigationmanager.cpp index b999fe769..8cbb85667 100644 --- a/src/navigationmanager.cpp +++ b/src/navigationmanager.cpp @@ -20,8 +20,8 @@ #include "navigationmanager.h" -#include "map.h" -#include "walklayer.h" +#include "resources/map/map.h" +#include "resources/map/walklayer.h" static const int walkMask = (Map::BLOCKMASK_WALL | Map::BLOCKMASK_AIR | Map::BLOCKMASK_WATER); -- cgit v1.2.3-60-g2f50