summaryrefslogtreecommitdiffstats
path: root/dive.h
diff options
context:
space:
mode:
authorGravatar Henrik Brautaset Aronsen <subsurface@henrik.synth.no>2013-05-11 21:33:46 +0200
committerGravatar Dirk Hohndel <dirk@hohndel.org>2013-05-11 22:02:24 -0700
commitf5ef74202b8295400e5f26d1fa80b90223f822da (patch)
treea513e68f368055bf2f194dc662fb4d87d2d2a889 /dive.h
parent5775905727150b4f2f5556b84814acdc46e2d717 (diff)
downloadsubsurface-f5ef74202b8295400e5f26d1fa80b90223f822da.tar.gz
Require libzip, xslt and osm-gps-map in all builds
Conditional inclusion of libzip, xslt and osm-gps-map just makes testing more cumbersome, since testers might lack Subsurface features without knowing. Signed-off-by: Henrik Brautaset Aronsen <subsurface@henrik.synth.no> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'dive.h')
-rw-r--r--dive.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/dive.h b/dive.h
index 5aa9fc011..3eebff128 100644
--- a/dive.h
+++ b/dive.h
@@ -9,9 +9,7 @@
#include <glib.h>
#include <glib/gstdio.h>
#include <libxml/tree.h>
-#ifdef XSLT
#include <libxslt/transform.h>
-#endif
#include "sha1.h"
@@ -598,9 +596,7 @@ extern void save_dives(const char *filename);
extern void save_dives_logic(const char *filename, gboolean select_only);
extern void save_dive(FILE *f, struct dive *dive);
-#ifdef XSLT
extern xsltStylesheetPtr get_stylesheet(const char *name);
-#endif
extern timestamp_t utc_mktime(struct tm *tm);
extern void utc_mkdate(timestamp_t, struct tm *tm);