]> mj.ucw.cz Git - leo.git/blobdiff - svg.c
Otherwise, ASSERT does not work.
[leo.git] / svg.c
diff --git a/svg.c b/svg.c
index 819014353509827840baea639d27500ed0c51f82..98a445291cfc0e7387b43fa207315cf97ec56dd8 100644 (file)
--- a/svg.c
+++ b/svg.c
@@ -4,7 +4,8 @@
  *     (c) 2014 Martin Mares <mj@ucw.cz>
  */
 
-#include <ucw/lib.h>
+#include "leo.h"
+
 #include <ucw/gary.h>
 #include <ucw/mempool.h>
 #include <ucw-xml/xml.h>
@@ -13,7 +14,6 @@
 #include <stdarg.h>
 #include <stdio.h>
 
-#include "leo.h"
 #include "svg.h"
 
 static void svg_start_tag(struct svg *svg, struct svg_element *e);