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>
This commit is contained in:
Jef Driesen 2017-04-13 23:55:33 +02:00 committed by Dirk Hohndel
parent 241bd9aa15
commit f8203b8efe
3 changed files with 2 additions and 12 deletions

View file

@ -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 = "";