From f2cdca7bccfcdfa04639600689b2b13b38b56898 Mon Sep 17 00:00:00 2001 From: Berthold Stoeger Date: Sun, 3 Mar 2019 22:55:18 +0100 Subject: Cleanup: move declaration of get_stylesheet() to qthelper.h The function is defined in qthelper.c and thus not all users of dive.h have to suck in the xslt headers. Signed-off-by: Berthold Stoeger --- core/dive.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'core/dive.h') diff --git a/core/dive.h b/core/dive.h index 068b36810..fd03bc4ae 100644 --- a/core/dive.h +++ b/core/dive.h @@ -13,8 +13,6 @@ #include #include #include "divesite.h" -#include -#include #include "units.h" @@ -507,8 +505,6 @@ extern bool subsurface_user_is_root(void); extern timestamp_t get_times(); -extern xsltStylesheetPtr get_stylesheet(const char *name); - extern timestamp_t utc_mktime(struct tm *tm); extern void utc_mkdate(timestamp_t, struct tm *tm); -- cgit v1.2.3-70-g09d2