aboutsummaryrefslogtreecommitdiffstats
path: root/core/dive.h
diff options
context:
space:
mode:
authorGravatar Berthold Stoeger <bstoeger@mail.tuwien.ac.at>2019-03-03 22:40:51 +0100
committerGravatar Dirk Hohndel <dirk@hohndel.org>2019-04-12 18:19:07 +0300
commit25234c0513cab19abafb6d73613df35da7bc5663 (patch)
tree30e96f8a3505d6a111ac3c6665692656898eb49d /core/dive.h
parentf3e1187e65df8e3fdd989cbee19ee2b9472c6735 (diff)
downloadsubsurface-25234c0513cab19abafb6d73613df35da7bc5663.tar.gz
Cleanup: remove "libxml/tree.h" include from "dive.h"
Apparently it wasn't used anyway. Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
Diffstat (limited to 'core/dive.h')
-rw-r--r--core/dive.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/core/dive.h b/core/dive.h
index 0e93b9671..068b36810 100644
--- a/core/dive.h
+++ b/core/dive.h
@@ -13,7 +13,6 @@
#include <string.h>
#include <sys/stat.h>
#include "divesite.h"
-#include <libxml/tree.h>
#include <libxslt/transform.h>
#include <libxslt/xsltutils.h>