1
0
mirror of https://github.com/tumic0/GPXSee.git synced 2024-11-24 11:45:53 +01:00

Include paths unification

This commit is contained in:
Martin Tůma 2017-12-02 20:28:53 +01:00
parent c38f50538e
commit 48e972f920
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
#define ATLAS_H #define ATLAS_H
#include <QFileInfoList> #include <QFileInfoList>
#include "map/map.h" #include "map.h"
#include "offlinemap.h" #include "offlinemap.h"

View File

@ -1,7 +1,7 @@
#ifndef EMPTYMAP_H #ifndef EMPTYMAP_H
#define EMPTYMAP_H #define EMPTYMAP_H
#include "map/map.h" #include "map.h"
class EmptyMap : public Map class EmptyMap : public Map
{ {