added debug output on exceptions
[mdlife] / src / libc / stdlib.c
index 8a4c8f0..caed2bc 100644 (file)
@@ -2,8 +2,6 @@
 #include <string.h>
 #include <ctype.h>
 #include <limits.h>
-#include <assert.h>
-#include <alloca.h>
 
 int atoi(const char *str)
 {