]> mj.ucw.cz Git - leo.git/blobdiff - xml.c
TODO
[leo.git] / xml.c
diff --git a/xml.c b/xml.c
index 04c89481899cb887c156fe5858f5af4072a32ef2..b4fbeb937dbdfa86848c864d1fc448717ccac8f2 100644 (file)
--- a/xml.c
+++ b/xml.c
@@ -6,7 +6,9 @@
 
 #undef LOCAL_DEBUG
 
-#include <ucw/lib.h>
+#include "leo.h"
+#include "osm.h"
+
 #include <ucw/fastbuf.h>
 #include <ucw-xml/xml.h>
 
@@ -14,9 +16,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)
 {
   char *tag_k = xml_attr_value(ctx, t, "k");