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

Includes cleanup

This commit is contained in:
Martin Tůma 2018-04-28 19:08:21 +02:00
parent 247eef5261
commit 9eb2e38499
5 changed files with 4 additions and 4 deletions

View File

@ -1,7 +1,6 @@
#include <QDir>
#include <QFileInfo>
#include <QEventLoop>
#include "downloader.h"
#include "tileloader.h"

View File

@ -4,6 +4,7 @@
#include "common/rectc.h"
#include "config.h"
#include "downloader.h"
#include "tileloader.h"
#include "wmsmap.h"

View File

@ -5,8 +5,8 @@
#include "projection.h"
#include "map.h"
#include "wms.h"
#include "tileloader.h"
class TileLoader;
class WMSMap : public Map
{

View File

@ -3,7 +3,7 @@
#include "common/wgs84.h"
#include "config.h"
#include "transform.h"
#include "downloader.h"
#include "tileloader.h"
#include "wmts.h"
#include "wmtsmap.h"

View File

@ -5,8 +5,8 @@
#include "projection.h"
#include "map.h"
#include "wmts.h"
#include "tileloader.h"
class TileLoader;
class WMTSMap : public Map
{