From dc14ce95d1fa5bf9978b60d370189405ede9ee9c Mon Sep 17 00:00:00 2001 From: Danny Holman Date: Sun, 17 Jan 2021 20:21:53 -0600 Subject: 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 --- include/kernel/io.h | 1 - 1 file changed, 1 deletion(-) (limited to 'include/kernel/io.h') 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 #include int vprintf(const char *fmt, va_list args); -- cgit v1.2.3