mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
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:
parent
241bd9aa15
commit
f8203b8efe
3 changed files with 2 additions and 12 deletions
|
@ -1,5 +1,4 @@
|
||||||
#include "configuredivecomputer.h"
|
#include "configuredivecomputer.h"
|
||||||
#include "libdivecomputer/hw.h"
|
|
||||||
#include <QTextStream>
|
#include <QTextStream>
|
||||||
#include <QFile>
|
#include <QFile>
|
||||||
#include <libxml/parser.h>
|
#include <libxml/parser.h>
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
#include "configuredivecomputerthreads.h"
|
#include "configuredivecomputerthreads.h"
|
||||||
#include "libdivecomputer/hw.h"
|
#include "libdivecomputer/hw_ostc.h"
|
||||||
|
#include "libdivecomputer/hw_ostc3.h"
|
||||||
#include "libdivecomputer.h"
|
#include "libdivecomputer.h"
|
||||||
|
|
||||||
#define OSTC3_GAS1 0x10
|
#define OSTC3_GAS1 0x10
|
||||||
|
|
|
@ -13,8 +13,6 @@
|
||||||
#include "divelist.h"
|
#include "divelist.h"
|
||||||
#include "display.h"
|
#include "display.h"
|
||||||
|
|
||||||
#include <libdivecomputer/uwatec.h>
|
|
||||||
#include <libdivecomputer/hw.h>
|
|
||||||
#include <libdivecomputer/version.h>
|
#include <libdivecomputer/version.h>
|
||||||
#include "libdivecomputer.h"
|
#include "libdivecomputer.h"
|
||||||
|
|
||||||
|
@ -30,14 +28,6 @@
|
||||||
#define DC_TANKINFO_CC_DILUENT 0
|
#define DC_TANKINFO_CC_DILUENT 0
|
||||||
#endif
|
#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 *dumpfile_name;
|
||||||
char *logfile_name;
|
char *logfile_name;
|
||||||
const char *progress_bar_text = "";
|
const char *progress_bar_text = "";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue