X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=ucw%2Fstr-esc.c;h=551148e3fb30f0d29b47a9c382dc61d537b876e7;hb=145e4424b956ee0a036c72609945a0867eaed7d6;hp=97bbe387e79a95c3c4b14ad6f07330368b7064c1;hpb=a4fe009d3366b0a3e119713b0ecc7fc0070efdfa;p=libucw.git diff --git a/ucw/str-esc.c b/ucw/str-esc.c index 97bbe387..551148e3 100644 --- a/ucw/str-esc.c +++ b/ucw/str-esc.c @@ -10,13 +10,11 @@ #undef LOCAL_DEBUG -#include "ucw/lib.h" -#include "ucw/string.h" -#include "ucw/chartype.h" +#include +#include +#include #include -/* Expands C99-like escape sequences. - * It is safe to use the same buffer for both input and output. */ char * str_unesc(char *d, const char *s) {