X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=ucw%2Fchar-cat.c;h=e9b148044d2d8ebd08f2019fac1f96396b5f4131;hb=5de81f1debc4341fb3af4e756b0a18e196d5ba13;hp=88221facbbe90585af11432493fb5144dd38bd73;hpb=9935e649cbebddb44a21df196fb92ad6e703eb23;p=libucw.git diff --git a/ucw/char-cat.c b/ucw/char-cat.c index 88221fac..e9b14804 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 unsigned char _c_cat[256] = { +const byte _c_cat[256] = { #define CHAR(code,upper,lower,cat) cat, -#include "ucw/char-map.h" +#include #undef CHAR };