diff options
author | Danny Holman <dholman@gymli.xyz> | 2021-01-17 20:21:53 -0600 |
---|---|---|
committer | Danny Holman <dholman@gymli.xyz> | 2021-01-17 20:21:53 -0600 |
commit | dc14ce95d1fa5bf9978b60d370189405ede9ee9c (patch) | |
tree | 41bbbe16e2c8b7480365601178d9702c0c268ad8 /include/kernel | |
parent | 611f098bc38256adf2efadbc0b98138a5b4489de (diff) |
include: remove an include to the tty layer in io
Remove the include to the tty layer in io.h.
Signed-off-by: Danny Holman <dholman@gymli.xyz>
Diffstat (limited to 'include/kernel')
-rw-r--r-- | include/kernel/io.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/kernel/io.h b/include/kernel/io.h index bef87af..486c7a4 100644 --- a/include/kernel/io.h +++ b/include/kernel/io.h @@ -1,7 +1,6 @@ #ifndef IO_H #define IO_H -#include <kernel/tty.h> #include <stdarg.h> int vprintf(const char *fmt, va_list args); |