]> mj.ucw.cz Git - libucw.git/blobdiff - shxml/source.c
Trans: Document which modules have to be resourcified
[libucw.git] / shxml / source.c
index 29226f0fa062c086667980cdd2cb7fb25ea00456..14debf01a77bc6a23a02bd14d1a21cda116f09da 100644 (file)
@@ -9,10 +9,10 @@
 
 #undef LOCAL_DEBUG
 
-#include "sherlock/sherlock.h"
-#include "sherlock/xml/xml.h"
-#include "sherlock/xml/dtd.h"
-#include "sherlock/xml/internals.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"
@@ -20,7 +20,7 @@
 
 /*** Charecter categorization ***/
 
-#include "obj/sherlock/xml/unicat.c"
+#include "obj/shxml/unicat.c"
 
 static void
 xml_init_cats(struct xml_context *ctx)