X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;ds=inline;f=shxml%2Fparse.c;h=0865dca9f11436f9f51505968c021e98da3dc97a;hb=eec6d2c37cbcbf9c350aa4ca80e5a316e5144087;hp=9fb3a2eee0d93feee12ea97c45e378428faeb851;hpb=ff137100b81b60e925ac60e30c21ecc48177606a;p=libucw.git diff --git a/shxml/parse.c b/shxml/parse.c index 9fb3a2ee..0865dca9 100644 --- a/shxml/parse.c +++ b/shxml/parse.c @@ -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 +#include +#include +#include +#include +#include +#include +#include +#include #include @@ -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 static void xml_parse_attr(struct xml_context *ctx)