summaryrefslogtreecommitdiffstats
path: root/dive.h
diff options
context:
space:
mode:
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);