Minor include file unwinding

Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Dirk Hohndel 2013-10-07 12:45:42 -07:00
parent ac1ffb3ce6
commit f8ba3c7ab6
2 changed files with 1 additions and 4 deletions

View file

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

View file

@ -5,8 +5,6 @@
extern "C" {
#endif
#include "dive.h"
typedef enum { STABLE, SLOW, MODERATE, FAST, CRAZY } velocity_t;
struct divecomputer;