From 48e972f920a7ec9f44f396fb6431ab941545900c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20T=C5=AFma?= Date: Sat, 2 Dec 2017 20:28:53 +0100 Subject: [PATCH] Include paths unification --- src/map/atlas.h | 2 +- src/map/emptymap.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/map/atlas.h b/src/map/atlas.h index 8f0cae54..ea52d85e 100644 --- a/src/map/atlas.h +++ b/src/map/atlas.h @@ -2,7 +2,7 @@ #define ATLAS_H #include -#include "map/map.h" +#include "map.h" #include "offlinemap.h" diff --git a/src/map/emptymap.h b/src/map/emptymap.h index 27b56491..65a0d905 100644 --- a/src/map/emptymap.h +++ b/src/map/emptymap.h @@ -1,7 +1,7 @@ #ifndef EMPTYMAP_H #define EMPTYMAP_H -#include "map/map.h" +#include "map.h" class EmptyMap : public Map {