X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=charset%2Fmp-charconv.h;h=a51e05e70f01ab17c79afe13b1d58d1d681c8435;hb=eec6d2c37cbcbf9c350aa4ca80e5a316e5144087;hp=97604983ea4320645ea74b594bf2e3d4963074e6;hpb=1cf8ac51f5495ccd5187dc220ffc69e95d6e0cfc;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);