Skip to content

Commit

Permalink
Includes cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
tumic0 committed Oct 23, 2024
1 parent 6da8ec3 commit 4848190
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/GUI/flowlayout.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#include <QtWidgets>
#include <QWidget>
#include "flowlayout.h"

struct FlowLayoutItem
Expand Down
3 changes: 2 additions & 1 deletion src/map/osm.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#include <QtCore>
#include <cmath>
#include <QtMath>
#include "common/wgs84.h"
#include "osm.h"

Expand Down
2 changes: 1 addition & 1 deletion src/map/wmsmap.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#include <QtCore>
#include <QtMath>
#include <QDir>
#include <QPainter>
#include <QPixmapCache>
Expand Down
2 changes: 1 addition & 1 deletion src/map/wmtsmap.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#include <QtCore>
#include <QtMath>
#include <QPainter>
#include <QDir>
#include <QPixmapCache>
Expand Down

0 comments on commit 4848190

Please sign in to comment.