summaryrefslogtreecommitdiffstats
path: root/core/libdivecomputer.h
diff options
context:
space:
mode:
authorGravatar Rick Walsh <rickmwalsh@gmail.com>2016-04-18 05:58:54 -0700
committerGravatar Dirk Hohndel <dirk@hohndel.org>2016-04-18 06:01:01 -0700
commit62b989979e0fd9e90f7329a077f9ed6dadb798e9 (patch)
treeb16c11f0c7315c093b3afd11c5aae6a54e43e827 /core/libdivecomputer.h
parent628f83d5cf8a5ebaf04925709520e821042b2a6c (diff)
downloadsubsurface-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/libdivecomputer.h')
-rw-r--r--core/libdivecomputer.h2
1 files changed, 0 insertions, 2 deletions
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 <libdivecomputer/version.h>
-#endif
#include <libdivecomputer/device.h>
#include <libdivecomputer/parser.h>