diff options
author | Rick Walsh <rickmwalsh@gmail.com> | 2016-04-18 05:58:54 -0700 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2016-04-18 06:01:01 -0700 |
commit | 62b989979e0fd9e90f7329a077f9ed6dadb798e9 (patch) | |
tree | b16c11f0c7315c093b3afd11c5aae6a54e43e827 /core/configuredivecomputerthreads.cpp | |
parent | 628f83d5cf8a5ebaf04925709520e821042b2a6c (diff) | |
download | subsurface-62b989979e0fd9e90f7329a077f9ed6dadb798e9.tar.gz |
Fix broken Bluetooth support
This partially reverts Commit 39313c5
Reported-and-analyzed-by: Rick Walsh <rickmwalsh@gmail.com>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'core/configuredivecomputerthreads.cpp')
-rw-r--r-- | core/configuredivecomputerthreads.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/core/configuredivecomputerthreads.cpp b/core/configuredivecomputerthreads.cpp index b229fc808..c86c0966c 100644 --- a/core/configuredivecomputerthreads.cpp +++ b/core/configuredivecomputerthreads.cpp @@ -1,7 +1,6 @@ #include "configuredivecomputerthreads.h" #include "libdivecomputer/hw.h" #include "libdivecomputer.h" -#include <libdivecomputer/version.h> #define OSTC3_GAS1 0x10 #define OSTC3_GAS2 0x11 |