]> mj.ucw.cz Git - leo.git/blobdiff - xml.c
Otherwise, ASSERT does not work.
[leo.git] / xml.c
diff --git a/xml.c b/xml.c
index 69e739d06915121f8f34e95a73368e62dd219912..633c1b6f3cd8bc8c979b4c795197d7654ef9a87f 100644 (file)
--- a/xml.c
+++ b/xml.c
@@ -6,7 +6,8 @@
 
 #undef LOCAL_DEBUG
 
-#include <ucw/lib.h>
+#include "leo.h"
+
 #include <ucw/fastbuf.h>
 #include <ucw-xml/xml.h>
 
@@ -14,7 +15,6 @@
 #include <stdio.h>
 #include <stdlib.h>
 
-#include "leo.h"
 #include "osm.h"
 
 static void parse_tag(struct xml_context *ctx, struct osm_object *o, struct xml_node *t)