Remove unused headers

Signed-off-by: Anton Lundin <glance@acc.umu.se>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Anton Lundin 2016-01-22 14:17:47 +01:00 committed by Dirk Hohndel
parent e59e067042
commit b2da9abae1
2 changed files with 0 additions and 3 deletions

View file

@ -2,7 +2,6 @@
#include "libdivecomputer/hw.h"
#include "libdivecomputer.h"
#include <QDateTime>
#include <QStringList>
#define OSTC3_GAS1 0x10
#define OSTC3_GAS2 0x11

View file

@ -3,9 +3,7 @@
#include <QObject>
#include <QThread>
#include <QVariant>
#include "libdivecomputer.h"
#include <QDateTime>
#include "devicedetails.h"
class DeviceThread : public QThread {