diff options
author | Anton Lundin <glance@acc.umu.se> | 2016-01-22 14:17:47 +0100 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2016-01-22 06:50:06 -0800 |
commit | b2da9abae14a9fb2afd31dd4af7dfa3abc978514 (patch) | |
tree | 51f073a2b6152f7c513a5d380db0ca261c56ac76 | |
parent | e59e06704238cf6f9d31dff5b8eef0c38265a565 (diff) | |
download | subsurface-b2da9abae14a9fb2afd31dd4af7dfa3abc978514.tar.gz |
Remove unused headers
Signed-off-by: Anton Lundin <glance@acc.umu.se>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
-rw-r--r-- | subsurface-core/configuredivecomputerthreads.cpp | 1 | ||||
-rw-r--r-- | subsurface-core/configuredivecomputerthreads.h | 2 |
2 files changed, 0 insertions, 3 deletions
diff --git a/subsurface-core/configuredivecomputerthreads.cpp b/subsurface-core/configuredivecomputerthreads.cpp index 59a14b834..ececa85e6 100644 --- a/subsurface-core/configuredivecomputerthreads.cpp +++ b/subsurface-core/configuredivecomputerthreads.cpp @@ -2,7 +2,6 @@ #include "libdivecomputer/hw.h" #include "libdivecomputer.h" #include <QDateTime> -#include <QStringList> #define OSTC3_GAS1 0x10 #define OSTC3_GAS2 0x11 diff --git a/subsurface-core/configuredivecomputerthreads.h b/subsurface-core/configuredivecomputerthreads.h index 1d7a36f9b..8817d848a 100644 --- a/subsurface-core/configuredivecomputerthreads.h +++ b/subsurface-core/configuredivecomputerthreads.h @@ -3,9 +3,7 @@ #include <QObject> #include <QThread> -#include <QVariant> #include "libdivecomputer.h" -#include <QDateTime> #include "devicedetails.h" class DeviceThread : public QThread { |