diff options
author | Paolo Angelelli <paolo.angelelli@qt.io> | 2017-03-02 08:37:57 +0100 |
---|---|---|
committer | Paolo Angelelli <paolo.angelelli@qt.io> | 2017-03-02 10:37:07 +0000 |
commit | f8f4f3081cdac5bdc6eaa0d80e0e9b63868e6e11 (patch) | |
tree | 3bc0bd3f8315680ec2216845d2ecf25e4c114d7d /src/location/maps/qgeoserviceprovider.cpp | |
parent | a1c8a23c52087300ffd7bf7e61bdfaab8ff6ecc9 (diff) | |
download | qtlocation-f8f4f3081cdac5bdc6eaa0d80e0e9b63868e6e11.tar.gz |
Remove unused includes
These includes seem to block CI on some configurations
Task-number: QTBUG-59243
Change-Id: I10e743302cd9e41036cd1e8e94746fd3b2d817d3
Reviewed-by: Ulf Hermann <ulf.hermann@qt.io>
Diffstat (limited to 'src/location/maps/qgeoserviceprovider.cpp')
-rw-r--r-- | src/location/maps/qgeoserviceprovider.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/location/maps/qgeoserviceprovider.cpp b/src/location/maps/qgeoserviceprovider.cpp index 8a3dc144..cf5fe7e5 100644 --- a/src/location/maps/qgeoserviceprovider.cpp +++ b/src/location/maps/qgeoserviceprovider.cpp @@ -52,15 +52,12 @@ #include <QString> #include <QVariant> -#include <QPluginLoader> #include <QDebug> #include <QStringList> #include <QCoreApplication> #include <QObject> #include <QMetaObject> #include <QMetaEnum> -#include <QProcess> -#include <QEventLoop> #include <QtCore/private/qfactoryloader_p.h> QT_BEGIN_NAMESPACE |