Skip to content

Commit

Permalink
Fix iwyu warnings
Browse files Browse the repository at this point in the history
(cherry picked from commit 9e867c6)
  • Loading branch information
dg0yt committed Oct 30, 2018
1 parent a398980 commit f166bc1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/sensors/gps_track.cpp
Expand Up @@ -23,7 +23,7 @@

#include <QApplication>
#include <QFile>
#include <QFileInfo>
#include <QFileInfo> // IWYU pragma: keep
#include <QHash>
#include <QMessageBox>
#include <QXmlStreamReader>
Expand Down
2 changes: 1 addition & 1 deletion src/templates/template_image.cpp
Expand Up @@ -29,7 +29,7 @@
#include <QAbstractButton>
#include <QByteArray>
#include <QDebug>
#include <QFileInfo>
#include <QFileInfo> // IWYU pragma: keep
#include <QFlags>
#include <QHBoxLayout>
#include <QIcon>
Expand Down

0 comments on commit f166bc1

Please sign in to comment.