]> mj.ucw.cz Git - leo.git/commitdiff
More ucw-xml includes fixed
authorMartin Mares <mj@ucw.cz>
Thu, 12 Feb 2015 23:24:00 +0000 (00:24 +0100)
committerMartin Mares <mj@ucw.cz>
Thu, 12 Feb 2015 23:24:00 +0000 (00:24 +0100)
svg-icon.c
svg.c

index 34555e7949f0549eb68a32058e105096e3481311..95ba4eb19ba620e7ec4b4f08bef029bf7ca876ca 100644 (file)
@@ -6,7 +6,7 @@
 
 #include <ucw/lib.h>
 #include <ucw/fastbuf.h>
-#include <xml/xml.h>
+#include <ucw-xml/xml.h>
 
 #include <fcntl.h>
 #include <math.h>
diff --git a/svg.c b/svg.c
index ec3057ae512347f19d4358de91e272ba944b19fb..0aaa4d9410e0ca44dc4e3a25a3826e825bb8abbd 100644 (file)
--- a/svg.c
+++ b/svg.c
@@ -7,7 +7,7 @@
 #include <ucw/lib.h>
 #include <ucw/gary.h>
 #include <ucw/mempool.h>
-#include <xml/xml.h>
+#include <ucw-xml/xml.h>
 
 #include <fcntl.h>
 #include <stdarg.h>