diff options
author | Jef Driesen <jef@libdivecomputer.org> | 2017-04-13 23:55:33 +0200 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2017-04-13 18:02:47 -0700 |
commit | f8203b8efe47120de73b35643ac56809b44275a5 (patch) | |
tree | 77b02727005cc22b1ca42230b59aca4c25a58eb6 /core/libdivecomputer.c | |
parent | 241bd9aa1500636cf6e754c5ba538985e51abbb8 (diff) | |
download | subsurface-f8203b8efe47120de73b35643ac56809b44275a5.tar.gz |
Cleanup some unnecessary include statements
Some of these header files are no longer necessary, and will be removed
from libdivecomputer in the near future.
Signed-off-by: Jef Driesen <jef@libdivecomputer.org>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'core/libdivecomputer.c')
-rw-r--r-- | core/libdivecomputer.c | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/core/libdivecomputer.c b/core/libdivecomputer.c index 28fa90948..1455e3503 100644 --- a/core/libdivecomputer.c +++ b/core/libdivecomputer.c @@ -13,8 +13,6 @@ #include "divelist.h" #include "display.h" -#include <libdivecomputer/uwatec.h> -#include <libdivecomputer/hw.h> #include <libdivecomputer/version.h> #include "libdivecomputer.h" @@ -30,14 +28,6 @@ #define DC_TANKINFO_CC_DILUENT 0 #endif -/* Christ. Libdivecomputer has the worst configuration system ever. */ -#ifdef HW_FROG_H -#define NOT_FROG , 0 -#define LIBDIVECOMPUTER_SUPPORTS_FROG -#else -#define NOT_FROG -#endif - char *dumpfile_name; char *logfile_name; const char *progress_bar_text = ""; |