X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;ds=inline;f=shxml%2Fsource.c;h=14debf01a77bc6a23a02bd14d1a21cda116f09da;hb=31316f76dd68a03b803f51931d6e1fff2c60c5d1;hp=29226f0fa062c086667980cdd2cb7fb25ea00456;hpb=b703b86d3ee7f32217d6d48312580632c5e02034;p=libucw.git diff --git a/shxml/source.c b/shxml/source.c index 29226f0f..14debf01 100644 --- a/shxml/source.c +++ b/shxml/source.c @@ -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)