]> mj.ucw.cz Git - libucw.git/blobdiff - lib/fb-mem.c
Removed trailing whitespaces.
[libucw.git] / lib / fb-mem.c
index 89390f1b6999527fcb3ac86266f6edbd05d0855c..0de590e04fb90b19cca2c567f2c7c338d75b4180 100644 (file)
@@ -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 <mj@ucw.cz>
- *     (c) 2004 Robert Spalek <robert@ucw.cz>
  *
  *     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 <stdlib.h>
-
 struct memstream {
   unsigned blocksize;
   unsigned uc;