X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=shxml%2Fsource.c;h=d672b797ef075437a4a83390eeb6f9e796542b39;hb=fa7aa6d9457616ce28f97c83eaa616d0ff276870;hp=29226f0fa062c086667980cdd2cb7fb25ea00456;hpb=b703b86d3ee7f32217d6d48312580632c5e02034;p=libucw.git diff --git a/shxml/source.c b/shxml/source.c index 29226f0f..d672b797 100644 --- a/shxml/source.c +++ b/shxml/source.c @@ -9,18 +9,18 @@ #undef LOCAL_DEBUG -#include "sherlock/sherlock.h" -#include "sherlock/xml/xml.h" -#include "sherlock/xml/dtd.h" -#include "sherlock/xml/internals.h" -#include "ucw/unicode.h" -#include "ucw/ff-unicode.h" -#include "charset/charconv.h" -#include "charset/fb-charconv.h" +#include +#include +#include +#include +#include +#include +#include +#include /*** Charecter categorization ***/ -#include "obj/sherlock/xml/unicat.c" +#include "obj/shxml/unicat.c" static void xml_init_cats(struct xml_context *ctx)