X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=charset%2Ffb-charconv.c;h=252e899466db82d1c46d3ef6e50d754e5ed7ba32;hb=e28b3208ee7dfd580fa86bb9e586638498a24dcb;hp=1d46005187f3f05e931e779b68cc9168ea81bf0e;hpb=59e023bb0dc1868bb2b58d1a648e2c9d9dbb4c0e;p=libucw.git diff --git a/charset/fb-charconv.c b/charset/fb-charconv.c index 1d460051..252e8994 100644 --- a/charset/fb-charconv.c +++ b/charset/fb-charconv.c @@ -7,10 +7,10 @@ * of the GNU Lesser General Public License. */ -#include "lib/lib.h" -#include "lib/fastbuf.h" -#include "charset/charconv.h" -#include "charset/fb-charconv.h" +#include +#include +#include +#include #define BUFSIZE 1024 @@ -20,7 +20,7 @@ struct fb_charconv { struct conv_context ctxt; byte buf[BUFSIZE]; }; -#define FB_CC(f) ((struct fb_charconv *)(f)->is_fastbuf) +#define FB_CC(f) ((struct fb_charconv *)(f)) static void fb_cc_spout(struct fastbuf *f)