X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=shxml%2Fparse.c;h=0865dca9f11436f9f51505968c021e98da3dc97a;hb=eec6d2c37cbcbf9c350aa4ca80e5a316e5144087;hp=27141b142287c973d7385a9a30c37d9df9bed16f;hpb=b703b86d3ee7f32217d6d48312580632c5e02034;p=libucw.git diff --git a/shxml/parse.c b/shxml/parse.c index 27141b14..0865dca9 100644 --- a/shxml/parse.c +++ b/shxml/parse.c @@ -9,15 +9,15 @@ #undef LOCAL_DEBUG -#include "sherlock/sherlock.h" -#include "sherlock/xml/xml.h" -#include "sherlock/xml/dtd.h" -#include "sherlock/xml/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)