aboutsummaryrefslogtreecommitdiff
path: root/src/kernel/lib/stdlib.h
diff options
context:
space:
mode:
authorMarvin Borner2020-01-20 23:12:54 +0100
committerMarvin Borner2020-01-20 23:12:54 +0100
commit391ed256d21a6ae2e2456d1809f357e6e96e15d1 (patch)
tree0fe9ffb3c59bbfeb3d8a04ab7fc6efba60d81e79 /src/kernel/lib/stdlib.h
parentd5d1749257ff8b9aa6b5ace4b4720b484a2860f3 (diff)
Added pure awesomeness
Actually quite some days of work but ok
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>