summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Anton Lundin <glance@acc.umu.se>2016-01-22 14:17:47 +0100
committerGravatar Dirk Hohndel <dirk@hohndel.org>2016-02-26 09:20:39 +0100
commit57bb04a5291da276eee113bc5aa9c3d794476bce (patch)
tree4508aa64f8a6372264ff53ac5f4beba46b4659cd
parentcf095489aa50975f93eccff1cc6d3d06858897d8 (diff)
downloadsubsurface-57bb04a5291da276eee113bc5aa9c3d794476bce.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--configuredivecomputerthreads.cpp1
-rw-r--r--configuredivecomputerthreads.h2
2 files changed, 0 insertions, 3 deletions
diff --git a/configuredivecomputerthreads.cpp b/configuredivecomputerthreads.cpp
index 59a14b834..ececa85e6 100644
--- a/configuredivecomputerthreads.cpp
+++ b/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/configuredivecomputerthreads.h b/configuredivecomputerthreads.h
index 1d7a36f9b..8817d848a 100644
--- a/configuredivecomputerthreads.h
+++ b/configuredivecomputerthreads.h
@@ -3,9 +3,7 @@
#include <QObject>
#include <QThread>
-#include <QVariant>
#include "libdivecomputer.h"
-#include <QDateTime>
#include "devicedetails.h"
class DeviceThread : public QThread {