summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--core/configuredivecomputerthreads.cpp1
-rw-r--r--core/libdivecomputer.h2
2 files changed, 0 insertions, 3 deletions
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 <libdivecomputer/version.h>
#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 <libdivecomputer/version.h>
-#endif
#include <libdivecomputer/device.h>
#include <libdivecomputer/parser.h>