mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-30 22:20:21 +00:00
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
2 changed files with 0 additions and 3 deletions
|
@ -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…
Reference in a new issue