X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=ucw%2Fchar-upper.c;h=69a0320b2046999e69075fa752c229874aed03f9;hb=ebf90207fdec0fbc8da266d548605cca16726a2c;hp=9b08809fef9b7889c882b9322fb7548c76866847;hpb=031256ad2e123eec58521f8e3eb9496c197641d2;p=libucw.git diff --git a/ucw/char-upper.c b/ucw/char-upper.c index 9b08809f..69a0320b 100644 --- a/ucw/char-upper.c +++ b/ucw/char-upper.c @@ -7,10 +7,11 @@ * of the GNU Lesser General Public License. */ -#include "ucw/chartype.h" +#include +#include -const unsigned char _c_upper[256] = { +const byte _c_upper[256] = { #define CHAR(code,upper,lower,cat) upper, -#include "ucw/char-map.h" +#include #undef CHAR };