X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;ds=sidebyside;f=ucw%2Fchar-upper.c;h=69a0320b2046999e69075fa752c229874aed03f9;hb=7cc9c555b0ef228f93a9f06b7c4b126b05688f79;hp=3b8d3171f6dc5e5f076bd924922025f7dc3570fa;hpb=9935e649cbebddb44a21df196fb92ad6e703eb23;p=libucw.git diff --git a/ucw/char-upper.c b/ucw/char-upper.c index 3b8d3171..69a0320b 100644 --- a/ucw/char-upper.c +++ b/ucw/char-upper.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_upper[256] = { +const byte _c_upper[256] = { #define CHAR(code,upper,lower,cat) upper, -#include "ucw/char-map.h" +#include #undef CHAR };