X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;ds=sidebyside;f=charset%2Funaccent.c;h=a5083e91a0d1ee8b960930f7f4d3eb8dac918e8c;hb=9c5d20f9afd457a9d16e681475c6ea59c33de2d0;hp=9345201a13afe571d0a6bc335174ef4c7f9dc1b5;hpb=ac9212c1d03bd23f6322bef39a4a0384b5afcc5d;p=libucw.git diff --git a/charset/unaccent.c b/charset/unaccent.c index 9345201a..a5083e91 100644 --- a/charset/unaccent.c +++ b/charset/unaccent.c @@ -1,9 +1,12 @@ /* * The UniCode Library -- Unaccenting Table * - * (c) 1997 Martin Mares, + * (c) 1997 Martin Mares + * + * This software may be freely distributed and used according to the terms + * of the GNU Lesser General Public License. */ -#include "unicode.h" - -#include "U-unacc.h" +#include "lib/lib.h" +#include "charset/unicat.h" +#include "charset/U-unacc.h"