X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=charset%2Ffb-charconv.c;h=252e899466db82d1c46d3ef6e50d754e5ed7ba32;hb=903d89e24e13938a9458b99cefe21f744e610099;hp=c119a1bea87d55a3ee7855434d9b7b56263bfe40;hpb=6653d0a752dd937152fa66f1725fab42edc25b8a;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)