summaryrefslogtreecommitdiff
path: root/kc/core/kstdio.c
diff options
context:
space:
mode:
authorAda Christine <adachristine18@gmail.com>2023-01-30 00:05:53 +0000
committerAda Christine <adachristine18@gmail.com>2023-01-30 00:05:53 +0000
commit798b1dc391f424868f5f4bac8937c191ed4716b8 (patch)
tree44269b4f29b8c6762657e12a02ac33063b665461 /kc/core/kstdio.c
parentfba7a0f3cde6217235663fcfb300b63cb8d7c2df (diff)
headers moved around
Diffstat (limited to 'kc/core/kstdio.c')
-rw-r--r--kc/core/kstdio.c6
1 files changed, 3 insertions, 3 deletions
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 <sophialib.h>
-
#include <stdint.h>
#include <stdbool.h>
+#include <lib/kstdio.h>
+#include <lib/kstring.h>
+
FILE *kstdout;
int kfputc(int c, FILE *f)