From 798b1dc391f424868f5f4bac8937c191ed4716b8 Mon Sep 17 00:00:00 2001 From: Ada Christine Date: Mon, 30 Jan 2023 00:05:53 +0000 Subject: headers moved around --- kc/core/kstdio.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'kc/core/kstdio.c') diff --git a/kc/core/kstdio.c b/kc/core/kstdio.c index fdb52b7..1d0bfa9 100644 --- a/kc/core/kstdio.c +++ b/kc/core/kstdio.c @@ -1,11 +1,11 @@ -#include "kprint.h" #include "serial.h" -#include - #include #include +#include +#include + FILE *kstdout; int kfputc(int c, FILE *f) -- cgit v1.3.1-1-g115d