chiark / gitweb /
*.[ch]: Remove unnecessary header files.
[mLib] / struct / dstr.h
index 93c60e2d0ece96247daa0d9362c64a29ade2c950..9de812ff0ba45775342e3f90eff21b016c464ffc 100644 (file)
@@ -46,7 +46,6 @@
 
 #include <stdarg.h>
 #include <stdio.h>
-#include <stdlib.h>
 #include <string.h>
 
 #ifndef MLIB_ALLOC_H