mirror of
https://github.com/tumic0/GPXSee.git
synced 2024-11-24 11:45:53 +01:00
Includes cleanup
This commit is contained in:
parent
247eef5261
commit
9eb2e38499
@ -1,7 +1,6 @@
|
||||
#include <QDir>
|
||||
#include <QFileInfo>
|
||||
#include <QEventLoop>
|
||||
#include "downloader.h"
|
||||
#include "tileloader.h"
|
||||
|
||||
|
||||
|
@ -4,6 +4,7 @@
|
||||
#include "common/rectc.h"
|
||||
#include "config.h"
|
||||
#include "downloader.h"
|
||||
#include "tileloader.h"
|
||||
#include "wmsmap.h"
|
||||
|
||||
|
||||
|
@ -5,8 +5,8 @@
|
||||
#include "projection.h"
|
||||
#include "map.h"
|
||||
#include "wms.h"
|
||||
#include "tileloader.h"
|
||||
|
||||
class TileLoader;
|
||||
|
||||
class WMSMap : public Map
|
||||
{
|
||||
|
@ -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"
|
||||
|
||||
|
@ -5,8 +5,8 @@
|
||||
#include "projection.h"
|
||||
#include "map.h"
|
||||
#include "wmts.h"
|
||||
#include "tileloader.h"
|
||||
|
||||
class TileLoader;
|
||||
|
||||
class WMTSMap : public Map
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user