]> mj.ucw.cz Git - libucw.git/blobdiff - lib/fb-mem.c
Merge with git+ssh://cvs.ucw.cz/projects/sherlock/GIT/sherlock.git#v3.8
[libucw.git] / lib / fb-mem.c
index 64a1930e131141eec1542c6a9844982b01ab0604..0de590e04fb90b19cca2c567f2c7c338d75b4180 100644 (file)
@@ -10,8 +10,6 @@
 #include "lib/lib.h"
 #include "lib/fastbuf.h"
 
-#include <stdlib.h>
-
 struct memstream {
   unsigned blocksize;
   unsigned uc;