X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;ds=sidebyside;f=charset%2Funaccent.c;h=9f7f79dcfe4dc94fd39b5bbaafa35e25b964dcb6;hb=89f86d97def2a365b1799f70e3f254264b9c7615;hp=9345201a13afe571d0a6bc335174ef4c7f9dc1b5;hpb=ac9212c1d03bd23f6322bef39a4a0384b5afcc5d;p=libucw.git diff --git a/charset/unaccent.c b/charset/unaccent.c index 9345201a..9f7f79dc 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 "ucw/lib.h" +#include "charset/unicat.h" +#include "charset/U-unacc.h"