diff options
| author | 2020-02-16 23:55:10 +0100 | |
|---|---|---|
| committer | 2020-02-16 16:52:12 -0800 | |
| commit | 4c5054ec4e436a3e07707e29964c338a7243c701 (patch) | |
| tree | 7bc8f1fdb7e468ffad721190734b81cb67ea0257 | |
| parent | 8763dad56e195b11f7b2159b22d518d29ff5a903 (diff) | |
| download | subsurface-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.cpp | 2 | ||||
| -rw-r--r-- | desktop-widgets/mainwindow.cpp | 1 |
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" |