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