1
0
mirror of https://github.com/tumic0/GPXSee.git synced 2025-06-27 19:49:15 +02:00

Code cleanup

This commit is contained in:
2022-06-02 18:35:27 +02:00
parent 7ba19b8c0a
commit 7bd03494db
3 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,5 @@
#include <QPainter>
#include <QPixmapCache>
#include "common/wgs84.h"
#include "pcs.h"
#include "rectd.h"

View File

@ -2,7 +2,6 @@
#define MAPSFORGEMAP_H
#include <QtConcurrent>
#include <QPixmapCache>
#include "mapsforge/mapdata.h"
#include "mapsforge/rastertile.h"
#include "projection.h"