diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2013-10-07 12:45:42 -0700 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2013-10-07 12:45:42 -0700 |
commit | f8ba3c7ab6f1f67338fdf48ac92b5dfa76120264 (patch) | |
tree | 93d0f97b6d901a66ca14e3bc23c3baa380cea498 | |
parent | ac1ffb3ce6c72b1c7c2bcd5a7e12239734446a87 (diff) | |
download | subsurface-f8ba3c7ab6f1f67338fdf48ac92b5dfa76120264.tar.gz |
Minor include file unwinding
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
-rw-r--r-- | libdivecomputer.h | 3 | ||||
-rw-r--r-- | profile.h | 2 |
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" { @@ -5,8 +5,6 @@ extern "C" { #endif -#include "dive.h" - typedef enum { STABLE, SLOW, MODERATE, FAST, CRAZY } velocity_t; struct divecomputer; |