mirror of
https://github.com/subsurface/subsurface.git
synced 2025-01-31 21:33:24 +00:00
Minor include file unwinding
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
ac1ffb3ce6
commit
f8ba3c7ab6
2 changed files with 1 additions and 4 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue