]> mj.ucw.cz Git - libucw.git/blobdiff - shxml/parse.c
Daemon: Preliminary documentation
[libucw.git] / shxml / parse.c
index 9fb3a2eee0d93feee12ea97c45e378428faeb851..0865dca9f11436f9f51505968c021e98da3dc97a 100644 (file)
@@ -9,15 +9,15 @@
 
 #undef LOCAL_DEBUG
 
-#include "ucw/lib.h"
-#include "shxml/xml.h"
-#include "shxml/dtd.h"
-#include "shxml/internals.h"
-#include "ucw/fastbuf.h"
-#include "ucw/ff-unicode.h"
-#include "ucw/unicode.h"
-#include "ucw/chartype.h"
-#include "ucw/hashfunc.h"
+#include <ucw/lib.h>
+#include <shxml/xml.h>
+#include <shxml/dtd.h>
+#include <shxml/internals.h>
+#include <ucw/fastbuf.h>
+#include <ucw/ff-unicode.h>
+#include <ucw/unicode.h>
+#include <ucw/chartype.h>
+#include <ucw/hashfunc.h>
 
 #include <setjmp.h>
 
@@ -622,7 +622,7 @@ xml_attrs_init_key(struct xml_attrs_table *t UNUSED, struct xml_attr *a, struct
 #define HASH_WANT_FIND
 #define HASH_GIVE_ALLOC
 XML_HASH_GIVE_ALLOC
-#include "ucw/hashtable.h"
+#include <ucw/hashtable.h>
 
 static void
 xml_parse_attr(struct xml_context *ctx)