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

Includes cleanup

This commit is contained in:
Martin Tůma 2024-10-23 08:01:45 +02:00
parent 6da8ec3525
commit 4848190377
4 changed files with 5 additions and 4 deletions

View File

@ -1,4 +1,4 @@
#include <QtWidgets> #include <QWidget>
#include "flowlayout.h" #include "flowlayout.h"
struct FlowLayoutItem struct FlowLayoutItem

View File

@ -1,4 +1,5 @@
#include <QtCore> #include <cmath>
#include <QtMath>
#include "common/wgs84.h" #include "common/wgs84.h"
#include "osm.h" #include "osm.h"

View File

@ -1,4 +1,4 @@
#include <QtCore> #include <QtMath>
#include <QDir> #include <QDir>
#include <QPainter> #include <QPainter>
#include <QPixmapCache> #include <QPixmapCache>

View File

@ -1,4 +1,4 @@
#include <QtCore> #include <QtMath>
#include <QPainter> #include <QPainter>
#include <QDir> #include <QDir>
#include <QPixmapCache> #include <QPixmapCache>