X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=lib%2Ffb-mem.c;h=0de590e04fb90b19cca2c567f2c7c338d75b4180;hb=8ab69f51fccccbcae521bd7f7e3ae27146fd1217;hp=89390f1b6999527fcb3ac86266f6edbd05d0855c;hpb=49edfa12025a3552d1cfcd2a936201c1da95148a;p=libucw.git diff --git a/lib/fb-mem.c b/lib/fb-mem.c index 89390f1b..0de590e0 100644 --- a/lib/fb-mem.c +++ b/lib/fb-mem.c @@ -1,8 +1,7 @@ /* - * Sherlock Library -- Fast Buffered I/O on Memory Streams + * UCW Library -- Fast Buffered I/O on Memory Streams * * (c) 1997--2002 Martin Mares - * (c) 2004 Robert Spalek * * This software may be freely distributed and used according to the terms * of the GNU Lesser General Public License. @@ -11,8 +10,6 @@ #include "lib/lib.h" #include "lib/fastbuf.h" -#include - struct memstream { unsigned blocksize; unsigned uc;