X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=charset%2Ffb-charconv.c;h=252e899466db82d1c46d3ef6e50d754e5ed7ba32;hb=eec6d2c37cbcbf9c350aa4ca80e5a316e5144087;hp=c119a1bea87d55a3ee7855434d9b7b56263bfe40;hpb=1cf8ac51f5495ccd5187dc220ffc69e95d6e0cfc;p=libucw.git diff --git a/charset/fb-charconv.c b/charset/fb-charconv.c index c119a1be..252e8994 100644 --- a/charset/fb-charconv.c +++ b/charset/fb-charconv.c @@ -7,10 +7,10 @@ * of the GNU Lesser General Public License. */ -#include "ucw/lib.h" -#include "ucw/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)