wm: teppich

Download patch

ref: ad28594d73b73558a2a87b428b30c5d229e9e1db
parent: 8dd9bc62d460fdb756c2f5d865ff5addcdbf6634
author: mkf <mkf@cloud9p.org>
date: Tue Nov 28 07:43:30 EST 2023

pc/kern: remove uneeded headers

--- a/pc/kern.c
+++ b/pc/kern.c
@@ -1,9 +1,8 @@
 #include <u.h>
 #include <libc.h>
-#include <mem.h>
-#include <cons.h>
-#include <pccons.h>
 #include "../cmd/rc.h"
+
+#include <mem.h>
 
 #include <vga.h>
 #include <ps2.h>