mirror of
https://github.com/tumic0/GPXSee.git
synced 2024-11-24 03:35:53 +01:00
Includes cleanup
This commit is contained in:
parent
6da8ec3525
commit
4848190377
@ -1,4 +1,4 @@
|
||||
#include <QtWidgets>
|
||||
#include <QWidget>
|
||||
#include "flowlayout.h"
|
||||
|
||||
struct FlowLayoutItem
|
||||
|
@ -1,4 +1,5 @@
|
||||
#include <QtCore>
|
||||
#include <cmath>
|
||||
#include <QtMath>
|
||||
#include "common/wgs84.h"
|
||||
#include "osm.h"
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
#include <QtCore>
|
||||
#include <QtMath>
|
||||
#include <QDir>
|
||||
#include <QPainter>
|
||||
#include <QPixmapCache>
|
||||
|
@ -1,4 +1,4 @@
|
||||
#include <QtCore>
|
||||
#include <QtMath>
|
||||
#include <QPainter>
|
||||
#include <QDir>
|
||||
#include <QPixmapCache>
|
||||
|
Loading…
Reference in New Issue
Block a user