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:
Rick Walsh 2016-04-18 05:58:54 -07:00 committed by Dirk Hohndel
parent 628f83d5cf
commit 62b989979e
2 changed files with 0 additions and 3 deletions

View file

@ -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

View file

@ -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>