mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-28 13:10:19 +00:00
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:
parent
e59e067042
commit
b2da9abae1
2 changed files with 0 additions and 3 deletions
|
@ -2,7 +2,6 @@
|
|||
#include "libdivecomputer/hw.h"
|
||||
#include "libdivecomputer.h"
|
||||
#include <QDateTime>
|
||||
#include <QStringList>
|
||||
|
||||
#define OSTC3_GAS1 0x10
|
||||
#define OSTC3_GAS2 0x11
|
||||
|
|
|
@ -3,9 +3,7 @@
|
|||
|
||||
#include <QObject>
|
||||
#include <QThread>
|
||||
#include <QVariant>
|
||||
#include "libdivecomputer.h"
|
||||
#include <QDateTime>
|
||||
#include "devicedetails.h"
|
||||
|
||||
class DeviceThread : public QThread {
|
||||
|
|
Loading…
Reference in a new issue