]> mj.ucw.cz Git - libucw.git/blobdiff - lib/fb-mem.c
added declaration and initialization of sections
[libucw.git] / lib / fb-mem.c
index 957de0d838a693a2560939b482846757becc0a6f..0de590e04fb90b19cca2c567f2c7c338d75b4180 100644 (file)
@@ -1,5 +1,5 @@
 /*
- *     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>
  *
@@ -10,8 +10,6 @@
 #include "lib/lib.h"
 #include "lib/fastbuf.h"
 
-#include <stdlib.h>
-
 struct memstream {
   unsigned blocksize;
   unsigned uc;