summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Berthold Stoeger <bstoeger@mail.tuwien.ac.at>2020-02-16 23:55:10 +0100
committerGravatar Dirk Hohndel <dirk@hohndel.org>2020-02-16 16:52:12 -0800
commit4c5054ec4e436a3e07707e29964c338a7243c701 (patch)
tree7bc8f1fdb7e468ffad721190734b81cb67ea0257
parent8763dad56e195b11f7b2159b22d518d29ff5a903 (diff)
downloadsubsurface-4c5054ec4e436a3e07707e29964c338a7243c701.tar.gz
Cleanup: remove unneeded QtConcurrent includes
These became unneeded owing to code reshuffling. Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
-rw-r--r--desktop-widgets/divepicturewidget.cpp2
-rw-r--r--desktop-widgets/mainwindow.cpp1
2 files changed, 0 insertions, 3 deletions
diff --git a/desktop-widgets/divepicturewidget.cpp b/desktop-widgets/divepicturewidget.cpp
index bc692fd9f..55ae77202 100644
--- a/desktop-widgets/divepicturewidget.cpp
+++ b/desktop-widgets/divepicturewidget.cpp
@@ -5,8 +5,6 @@
#include "core/dive.h"
#include "core/divelist.h"
#include <unistd.h>
-#include <QtConcurrentMap>
-#include <QtConcurrentRun>
#include <QFuture>
#include <QDir>
#include <QCryptographicHash>
diff --git a/desktop-widgets/mainwindow.cpp b/desktop-widgets/mainwindow.cpp
index 37df46923..1ad9a3308 100644
--- a/desktop-widgets/mainwindow.cpp
+++ b/desktop-widgets/mainwindow.cpp
@@ -15,7 +15,6 @@
#include <QStatusBar>
#include <QNetworkProxy>
#include <QUndoStack>
-#include <QtConcurrentRun>
#include "core/color.h"
#include "core/device.h"