diff options
author | Berthold Stoeger <bstoeger@mail.tuwien.ac.at> | 2019-03-03 22:55:18 +0100 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2019-04-12 18:19:07 +0300 |
commit | f2cdca7bccfcdfa04639600689b2b13b38b56898 (patch) | |
tree | 1482089014e746fc6ccbfd7bcd98926bb70cb759 /core/dive.h | |
parent | 25234c0513cab19abafb6d73613df35da7bc5663 (diff) | |
download | subsurface-f2cdca7bccfcdfa04639600689b2b13b38b56898.tar.gz |
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 <bstoeger@mail.tuwien.ac.at>
Diffstat (limited to 'core/dive.h')
-rw-r--r-- | core/dive.h | 4 |
1 files changed, 0 insertions, 4 deletions
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 <string.h> #include <sys/stat.h> #include "divesite.h" -#include <libxslt/transform.h> -#include <libxslt/xsltutils.h> #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); |