X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;ds=sidebyside;f=ucw%2Fchar-upper.c;h=c56528cbd30a3c138b46f14d5e568d26b4f31bb8;hb=ec6703bb4d58e504fde8ea8429f9b26ab6632696;hp=53846d79cfabafa8d63103cd1964756d85128c2f;hpb=1cf8ac51f5495ccd5187dc220ffc69e95d6e0cfc;p=libucw.git diff --git a/ucw/char-upper.c b/ucw/char-upper.c index 53846d79..c56528cb 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 byte _c_upper[256] = { +const byte ucw_c_upper[256] = { #define CHAR(code,upper,lower,cat) upper, -#include "ucw/char-map.h" +#include #undef CHAR };