X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=ucw%2Fchar-lower.c;h=cc6f99eb73bd8bbc2681de53842b2f30a6670bc3;hb=468db9e951d59f64a479233df5c8c8ccae477d3a;hp=91ff8aa23c5ad534751bc153ba4ff63d912538bd;hpb=a4fe009d3366b0a3e119713b0ecc7fc0070efdfa;p=libucw.git diff --git a/ucw/char-lower.c b/ucw/char-lower.c index 91ff8aa2..cc6f99eb 100644 --- a/ucw/char-lower.c +++ b/ucw/char-lower.c @@ -7,11 +7,11 @@ * of the GNU Lesser General Public License. */ -#include "ucw/lib.h" -#include "ucw/chartype.h" +#include +#include const byte _c_lower[256] = { #define CHAR(code,upper,lower,cat) lower, -#include "ucw/char-map.h" +#include #undef CHAR };