X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;ds=sidebyside;f=charset%2Ftoligatures.c;h=8cb5c0f0c35209ed162b5cb9fe9e5b9d55696bba;hb=d9e2a686f0f9200d07c7ff6c65ec40bd7a7b876c;hp=5fc9d07527f3d7131ecd85267b24ff177bbf4c8a;hpb=5fc26988019e3d3943adf09ae4dca4db3eef625e;p=libucw.git diff --git a/charset/toligatures.c b/charset/toligatures.c index 5fc9d075..8cb5c0f0 100644 --- a/charset/toligatures.c +++ b/charset/toligatures.c @@ -7,12 +7,12 @@ * of the GNU Lesser General Public License. */ -#include "lib/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]; }