X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;ds=sidebyside;f=charset%2Ftoligatures.c;h=8cb5c0f0c35209ed162b5cb9fe9e5b9d55696bba;hb=d9e2a686f0f9200d07c7ff6c65ec40bd7a7b876c;hp=f12c572d193465db8f3fdfc55d7eadeaffd31e1b;hpb=a4fe009d3366b0a3e119713b0ecc7fc0070efdfa;p=libucw.git diff --git a/charset/toligatures.c b/charset/toligatures.c index f12c572d..8cb5c0f0 100644 --- a/charset/toligatures.c +++ b/charset/toligatures.c @@ -7,12 +7,12 @@ * of the GNU Lesser General Public License. */ -#include "ucw/lib.h" -#include "charset/unicat.h" -#include "charset/U-ligatures.h" +#include +#include +#include const u16 * -Uexpand_lig(uns x) +Uexpand_lig(uint x) { return _U_lig_hash[x % LIG_HASH_SIZE]; }