X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;ds=inline;f=charset%2Ftoligatures.c;h=f12c572d193465db8f3fdfc55d7eadeaffd31e1b;hb=6c0e6f3b91ed669384f7fe894e4bb4891ffa6440;hp=d5f8425230abdb959a22aee7993ebfa661cea207;hpb=2765481cdddd496e08cf7bc1288cdf3173074eb8;p=libucw.git diff --git a/charset/toligatures.c b/charset/toligatures.c index d5f84252..f12c572d 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/unicode.h" +#include "ucw/lib.h" +#include "charset/unicat.h" #include "charset/U-ligatures.h" -const word * +const u16 * Uexpand_lig(uns x) { return _U_lig_hash[x % LIG_HASH_SIZE];