X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=lib%2Fstr_ctype.c;h=0f715e94d781256dd76428a98854b34f256c7a35;hb=ae9721feabb6690778d9bc6751f6a6f434cdbeaf;hp=773d78436f1ef30b6316900f5a990f0ae973e8f3;hpb=6c94d4d63a3086692733c2f6a1fbf8206bf1b7e4;p=libucw.git diff --git a/lib/str_ctype.c b/lib/str_ctype.c index 773d7843..0f715e94 100644 --- a/lib/str_ctype.c +++ b/lib/str_ctype.c @@ -1,13 +1,13 @@ /* * Sherlock Library -- Character Classes * - * (c) 1998 Martin Mares, + * (c) 1998 Martin Mares */ -#include "string.h" +#include "lib/chartype.h" unsigned char _c_cat[256] = { #define CHAR(code,upper,unacc,acc,cat) cat, -#include "charmap.h" +#include "lib/charmap.h" #undef CHAR };