mirror of
https://github.com/subsurface/subsurface.git
synced 2025-01-19 14:25:27 +00:00
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>
This commit is contained in:
parent
c897b857fb
commit
243a9e5840
1 changed files with 0 additions and 9 deletions
|
@ -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>
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue