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

Includes cleanup

This commit is contained in:
Martin Tůma 2018-06-04 23:40:42 +02:00
parent ec247d5d1d
commit 026cc68bf2
3 changed files with 3 additions and 1 deletions

View File

@ -23,6 +23,7 @@
#include <QUrl>
#include <QPixmapCache>
#include "data/data.h"
#include "data/poi.h"
#include "map/maplist.h"
#include "map/emptymap.h"
#include "map/downloader.h"

View File

@ -7,7 +7,6 @@
#include <QDate>
#include <QPrinter>
#include "data/graph.h"
#include "data/poi.h"
#include "units.h"
#include "timetype.h"
#include "format.h"
@ -28,6 +27,7 @@ class GraphTab;
class MapView;
class Map;
class MapList;
class POI;
class GUI : public QMainWindow
{

View File

@ -1,6 +1,7 @@
#ifndef TILE_H
#define TILE_H
#include <QVariant>
#include <QPixmap>
#include <QPoint>
#include <QDebug>