From 1ee5deb0f0eb2ddb6cd6d213575ebca54bbc3eaf Mon Sep 17 00:00:00 2001 From: apio Date: Thu, 6 Oct 2022 19:51:16 +0200 Subject: [PATCH] Remove unnecessary include --- kernel/src/std/stdio.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/kernel/src/std/stdio.cpp b/kernel/src/std/stdio.cpp index 2c634200..97b2fde3 100644 --- a/kernel/src/std/stdio.cpp +++ b/kernel/src/std/stdio.cpp @@ -3,7 +3,6 @@ #include "render/TextRenderer.h" #include "std/stdlib.h" #include "std/string.h" -#include typedef long int ssize_t;