X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;ds=sidebyside;f=charset%2Ftolower.c;h=189c3151267453d950b6eda0e1ae0ccca971ce4e;hb=cea5b11fa465e902552c06a54e1b1255f8b71fd5;hp=75bcc9dd611e61d856cfa3435cd509726885af0c;hpb=ac9212c1d03bd23f6322bef39a4a0384b5afcc5d;p=libucw.git diff --git a/charset/tolower.c b/charset/tolower.c index 75bcc9dd..189c3151 100644 --- a/charset/tolower.c +++ b/charset/tolower.c @@ -1,9 +1,12 @@ /* * The UniCode Library -- Lowercase 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-lower.h" +#include "lib/lib.h" +#include "charset/unicat.h" +#include "charset/U-lower.h"