aboutsummaryrefslogtreecommitdiff
path: root/libk/stdlib.h
diff options
context:
space:
mode:
authorAqua-sama <aqua@iserlohn-fortress.net>2021-02-06 17:32:40 +0200
committerAqua-sama <aqua@iserlohn-fortress.net>2021-02-06 18:31:10 +0200
commit13e1e4515746fe65b6c50cfbc42f00e29fd56599 (patch)
tree22722c729ad028dea612c5c07a16ec6f52ca63c0 /libk/stdlib.h
parentAdd IntegerView (diff)
downloadkernel.cpp-13e1e4515746fe65b6c50cfbc42f00e29fd56599.tar.xz
libk: add some tests
- merge types.h and type_traits.h
Diffstat (limited to 'libk/stdlib.h')
-rw-r--r--libk/stdlib.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/libk/stdlib.h b/libk/stdlib.h
index f031408..e1d3dd2 100644
--- a/libk/stdlib.h
+++ b/libk/stdlib.h
@@ -1,7 +1,6 @@
#pragma once
#include <string.h>
-#include <type_traits.h>
class Console {
public: