aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2013-10-07 12:45:42 -0700
committerGravatar Dirk Hohndel <dirk@hohndel.org>2013-10-07 12:45:42 -0700
commitf8ba3c7ab6f1f67338fdf48ac92b5dfa76120264 (patch)
tree93d0f97b6d901a66ca14e3bc23c3baa380cea498
parentac1ffb3ce6c72b1c7c2bcd5a7e12239734446a87 (diff)
downloadsubsurface-f8ba3c7ab6f1f67338fdf48ac92b5dfa76120264.tar.gz
Minor include file unwinding
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
-rw-r--r--libdivecomputer.h3
-rw-r--r--profile.h2
2 files changed, 1 insertions, 4 deletions
diff --git a/libdivecomputer.h b/libdivecomputer.h
index 39fd80909..65b45c813 100644
--- a/libdivecomputer.h
+++ b/libdivecomputer.h
@@ -7,8 +7,7 @@
#include <libdivecomputer/device.h>
#include <libdivecomputer/parser.h>
-/* handling uemis Zurich SDA files */
-#include "uemis.h"
+#include "dive.h"
#ifdef __cplusplus
extern "C" {
diff --git a/profile.h b/profile.h
index 2de469f94..791b75c5b 100644
--- a/profile.h
+++ b/profile.h
@@ -5,8 +5,6 @@
extern "C" {
#endif
-#include "dive.h"
-
typedef enum { STABLE, SLOW, MODERATE, FAST, CRAZY } velocity_t;
struct divecomputer;