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>
This commit is contained in:
Berthold Stoeger 2019-03-03 22:40:51 +01:00 committed by Dirk Hohndel
parent f3e1187e65
commit 25234c0513

View file

@ -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>