From 62b989979e0fd9e90f7329a077f9ed6dadb798e9 Mon Sep 17 00:00:00 2001 From: Rick Walsh Date: Mon, 18 Apr 2016 05:58:54 -0700 Subject: Fix broken Bluetooth support This partially reverts Commit 39313c5 Reported-and-analyzed-by: Rick Walsh Signed-off-by: Dirk Hohndel --- core/configuredivecomputerthreads.cpp | 1 - core/libdivecomputer.h | 2 -- 2 files changed, 3 deletions(-) (limited to 'core') 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 #define OSTC3_GAS1 0x10 #define OSTC3_GAS2 0x11 diff --git a/core/libdivecomputer.h b/core/libdivecomputer.h index 99f1c2490..f52f6959a 100644 --- a/core/libdivecomputer.h +++ b/core/libdivecomputer.h @@ -7,9 +7,7 @@ #ifdef DC_VERSION /* prevent a warning with wingdi.h */ #undef DC_VERSION #endif -#ifdef HAVE_LIBDIVECOMPUTER #include -#endif #include #include -- cgit v1.2.3-70-g09d2