diff options
author | Jef Driesen <jef@libdivecomputer.org> | 2017-04-13 23:55:33 +0200 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2017-04-13 18:02:47 -0700 |
commit | f8203b8efe47120de73b35643ac56809b44275a5 (patch) | |
tree | 77b02727005cc22b1ca42230b59aca4c25a58eb6 /core/configuredivecomputerthreads.cpp | |
parent | 241bd9aa1500636cf6e754c5ba538985e51abbb8 (diff) | |
download | subsurface-f8203b8efe47120de73b35643ac56809b44275a5.tar.gz |
Cleanup some unnecessary include statements
Some of these header files are no longer necessary, and will be removed
from libdivecomputer in the near future.
Signed-off-by: Jef Driesen <jef@libdivecomputer.org>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'core/configuredivecomputerthreads.cpp')
-rw-r--r-- | core/configuredivecomputerthreads.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/core/configuredivecomputerthreads.cpp b/core/configuredivecomputerthreads.cpp index a2b54e0c7..3f7c4f610 100644 --- a/core/configuredivecomputerthreads.cpp +++ b/core/configuredivecomputerthreads.cpp @@ -1,5 +1,6 @@ #include "configuredivecomputerthreads.h" -#include "libdivecomputer/hw.h" +#include "libdivecomputer/hw_ostc.h" +#include "libdivecomputer/hw_ostc3.h" #include "libdivecomputer.h" #define OSTC3_GAS1 0x10 |