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>
This commit is contained in:
parent
628f83d5cf
commit
62b989979e
@ -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
|
||||
|
||||
@ -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>
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user