]> mj.ucw.cz Git - libucw.git/blobdiff - shxml/source.c
Use #include <ucw/...> instead of "ucw/..." (and similarly for the other libs)
[libucw.git] / shxml / source.c
index 14debf01a77bc6a23a02bd14d1a21cda116f09da..d672b797ef075437a4a83390eeb6f9e796542b39 100644 (file)
@@ -9,14 +9,14 @@
 
 #undef LOCAL_DEBUG
 
-#include "ucw/lib.h"
-#include "shxml/xml.h"
-#include "shxml/dtd.h"
-#include "shxml/internals.h"
-#include "ucw/unicode.h"
-#include "ucw/ff-unicode.h"
-#include "charset/charconv.h"
-#include "charset/fb-charconv.h"
+#include <ucw/lib.h>
+#include <shxml/xml.h>
+#include <shxml/dtd.h>
+#include <shxml/internals.h>
+#include <ucw/unicode.h>
+#include <ucw/ff-unicode.h>
+#include <charset/charconv.h>
+#include <charset/fb-charconv.h>
 
 /*** Charecter categorization ***/