summaryrefslogtreecommitdiffstats
path: root/qthelper.cpp
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2015-06-17 11:47:59 -0700
committerGravatar Dirk Hohndel <dirk@hohndel.org>2015-06-17 11:47:59 -0700
commit243a9e58405005c6503701a987d2b12eb4041403 (patch)
tree4a520b105135bf741eec26ab47a71a70ccd0f78b /qthelper.cpp
parentc897b857fb4bc83509fafe6677820392b782e5f8 (diff)
downloadsubsurface-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.cpp9
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>