summaryrefslogtreecommitdiffstats
path: root/core/profile.c
diff options
context:
space:
mode:
Diffstat (limited to 'core/profile.c')
-rw-r--r--core/profile.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/core/profile.c b/core/profile.c
index 373fb9640..4ea6d3a69 100644
--- a/core/profile.c
+++ b/core/profile.c
@@ -17,7 +17,7 @@
#include "libdivecomputer/parser.h"
#include "libdivecomputer/version.h"
#include "membuffer.h"
-#include "qthelperfromc.h"
+#include "qthelper.h"
//#define DEBUG_GAS 1
@@ -30,8 +30,6 @@ unsigned int dc_number = 0;
static struct plot_data *last_pi_entry_new = NULL;
void populate_pressure_information(struct dive *, struct divecomputer *, struct plot_info *, int);
-extern bool in_planner();
-
#ifdef DEBUG_PI
/* debugging tool - not normally used */
static void dump_pi(struct plot_info *pi)