X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;ds=sidebyside;f=charset%2Ftoligatures.c;h=cdeb7cd23ed155a763db97a932cb1b3c6ea2b4e1;hb=77c84c65dc22afe21bc52d95cd3996b8e1c7d065;hp=c74c7a7ba37be73edf44c75ea9fe0e2c470bc7ab;hpb=845e0a834647c5496e83d30447fa88760b362094;p=libucw.git diff --git a/charset/toligatures.c b/charset/toligatures.c index c74c7a7b..cdeb7cd2 100644 --- a/charset/toligatures.c +++ b/charset/toligatures.c @@ -7,11 +7,11 @@ * of the GNU Lesser General Public License. */ -#include "lib/lib.h" -#include "charset/unicat.h" -#include "charset/U-ligatures.h" +#include +#include +#include -const word * +const u16 * Uexpand_lig(uns x) { return _U_lig_hash[x % LIG_HASH_SIZE];