1
0
mirror of https://github.com/tumic0/GPXSee.git synced 2024-10-06 14:53:21 +02:00

Some more code cleanup

This commit is contained in:
Martin Tůma 2018-03-09 23:24:08 +01:00
parent a64e5e13c3
commit 67aba4703b
2 changed files with 1 additions and 3 deletions

View File

@ -1,6 +1,5 @@
#include <QFileInfo>
#include <QDir>
#include "common/range.h"
#include "atlas.h"
#include "offlinemap.h"
#include "onlinemap.h"

View File

@ -3,9 +3,8 @@
#include <QObject>
#include <QString>
#include "map.h"
class Tar;
class Map;
class MapList : public QObject
{