summaryrefslogtreecommitdiff
path: root/include/svgtiny.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/svgtiny.h')
-rw-r--r--include/svgtiny.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/include/svgtiny.h b/include/svgtiny.h
index 9d685e9..85f146f 100644
--- a/include/svgtiny.h
+++ b/include/svgtiny.h
@@ -8,8 +8,6 @@
#ifndef SVGTINY_H
#define SVGTINY_H
-#include <libxml/parser.h>
-
typedef int svgtiny_colour;
#define svgtiny_TRANSPARENT 0x1000000
#ifdef __riscos__
@@ -47,7 +45,7 @@ struct svgtiny_diagram {
typedef enum {
svgtiny_OK,
svgtiny_OUT_OF_MEMORY,
- svgtiny_LIBXML_ERROR,
+ svgtiny_LIBDOM_ERROR,
svgtiny_NOT_SVG,
svgtiny_SVG_ERROR
} svgtiny_code;