X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;ds=sidebyside;f=ucw%2Fchar-cat.c;h=9ca8e75d9ef892675512f1672d70b054c264d8bd;hb=83b3a0000e1472236aec517e6a93c68c92cb7c64;hp=e1bd2811fb17015e8d2d9b01ad37d19ed4339515;hpb=a4fe009d3366b0a3e119713b0ecc7fc0070efdfa;p=libucw.git diff --git a/ucw/char-cat.c b/ucw/char-cat.c index e1bd2811..9ca8e75d 100644 --- a/ucw/char-cat.c +++ b/ucw/char-cat.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_cat[256] = { +const byte ucw_c_cat[256] = { #define CHAR(code,upper,lower,cat) cat, -#include "ucw/char-map.h" +#include #undef CHAR };