diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2015-06-17 11:47:59 -0700 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2015-06-17 11:47:59 -0700 |
commit | 243a9e58405005c6503701a987d2b12eb4041403 (patch) | |
tree | 4a520b105135bf741eec26ab47a71a70ccd0f78b /qthelper.cpp | |
parent | c897b857fb4bc83509fafe6677820392b782e5f8 (diff) | |
download | subsurface-243a9e58405005c6503701a987d2b12eb4041403.tar.gz |
Remove some include files from qthelper.cpp
We keep forgetting to remove include files after modifying the code in
ways that no longer requires them.
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'qthelper.cpp')
-rw-r--r-- | qthelper.cpp | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/qthelper.cpp b/qthelper.cpp index a707ac5b5..274e04822 100644 --- a/qthelper.cpp +++ b/qthelper.cpp @@ -2,7 +2,6 @@ #include "helpers.h" #include "gettextfromc.h" #include "statistics.h" -#include "usersurvey.h" #include "membuffer.h" #include "subsurfacesysinfo.h" #include "version.h" @@ -19,21 +18,13 @@ #include <QSettings> #include <QStandardPaths> #include <QJsonDocument> -#include <QJsonArray> -#include <QJsonObject> #include <QNetworkReply> #include <QNetworkRequest> #include <QNetworkAccessManager> #include <QNetworkProxy> -#include <QUrlQuery> -#include <QEventLoop> #include <QDateTime> -#include <QSaveFile> -#include <QDir> #include <QImageReader> #include <QtConcurrent> -#include "divepicturewidget.h" -#include "mainwindow.h" #include <libxslt/documents.h> |