X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=charset%2Ftoupper.c;h=ffb113f6f5ca78bf5daab448cc27a39ffcb64754;hb=995458e48d482bd5fa349882fba5cb4d6350076d;hp=f37eb604832d34cdbc64690f2c9016f6aa1beccc;hpb=ac9212c1d03bd23f6322bef39a4a0384b5afcc5d;p=libucw.git diff --git a/charset/toupper.c b/charset/toupper.c index f37eb604..ffb113f6 100644 --- a/charset/toupper.c +++ b/charset/toupper.c @@ -1,9 +1,9 @@ /* * The UniCode Library -- Uppercase Table * - * (c) 1997 Martin Mares, + * (c) 1997 Martin Mares */ -#include "unicode.h" - -#include "U-upper.h" +#include "lib/lib.h" +#include "charset/unicode.h" +#include "charset/U-upper.h"