aboutsummaryrefslogtreecommitdiff
path: root/src/kernel/lib/stdlib.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/kernel/lib/stdlib.h')
-rw-r--r--src/kernel/lib/stdlib.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/kernel/lib/stdlib.h b/src/kernel/lib/stdlib.h
index fb79f42..9cd9fab 100644
--- a/src/kernel/lib/stdlib.h
+++ b/src/kernel/lib/stdlib.h
@@ -3,12 +3,6 @@
#include <stdint.h>
-#ifndef MELVIX_ALLOC_H
-
-#include <kernel/lib/stdlib/liballoc.h>
-
-#endif
-
#ifndef MELVIX_STRING_H
#include <kernel/lib/string.h>