1
0
mirror of https://github.com/tumic0/GPXSee.git synced 2024-11-23 19:25:54 +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"
struct FlowLayoutItem

View File

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

View File

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

View File

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