X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=charset%2Fmp-charconv.h;h=a51e05e70f01ab17c79afe13b1d58d1d681c8435;hb=94e34eacc4086c13f68580e153d727739c17cf9c;hp=97604983ea4320645ea74b594bf2e3d4963074e6;hpb=a4fe009d3366b0a3e119713b0ecc7fc0070efdfa;p=libucw.git diff --git a/charset/mp-charconv.h b/charset/mp-charconv.h index 97604983..a51e05e7 100644 --- a/charset/mp-charconv.h +++ b/charset/mp-charconv.h @@ -10,8 +10,8 @@ #ifndef _CHARSET_MP_CHARCONV_H #define _CHARSET_MP_CHARCONV_H -#include "ucw/mempool.h" -#include "charset/charconv.h" +#include +#include byte *mp_strconv(struct mempool *mp, const byte *s, uns cs_in, uns cs_out);