summaryrefslogtreecommitdiffstats
path: root/lasso/xml/xml.h
diff options
context:
space:
mode:
Diffstat (limited to 'lasso/xml/xml.h')
-rw-r--r--lasso/xml/xml.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/lasso/xml/xml.h b/lasso/xml/xml.h
index 255fdec0..886301a0 100644
--- a/lasso/xml/xml.h
+++ b/lasso/xml/xml.h
@@ -38,9 +38,9 @@ extern "C" {
#include <libxml/uri.h>
#include <libxml/tree.h>
-#include <lasso/export.h>
-#include <lasso/errors.h>
-#include <lasso/xml/strings.h>
+#include "../export.h"
+#include "../errors.h"
+#include "strings.h"
#define LASSO_TYPE_NODE (lasso_node_get_type())
#define LASSO_NODE(obj) (G_TYPE_CHECK_INSTANCE_CAST((obj), LASSO_TYPE_NODE, LassoNode))