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 /subsurface-core/configuredivecomputerthreads.cpp | |
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>
Diffstat (limited to 'subsurface-core/configuredivecomputerthreads.cpp')
-rw-r--r-- | subsurface-core/configuredivecomputerthreads.cpp | 1 |
1 files changed, 0 insertions, 1 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 |