kernel: remove redundant header files

This commit is contained in:
2025-05-20 23:14:33 +01:00
parent e1aeac9562
commit 8811016b7d
7 changed files with 8 additions and 787 deletions

View File

@@ -1,10 +1,8 @@
#include <mango/arg.h>
#include <mango/clock.h>
#include <mango/cpu.h>
#include <mango/device.h>
#include <mango/init.h>
#include <mango/input.h>
#include <mango/kext.h>
#include <mango/libc/stdio.h>
#include <mango/machine/init.h>
#include <mango/object.h>
@@ -12,7 +10,6 @@
#include <mango/printk.h>
#include <mango/sched.h>
#include <mango/test.h>
#include <mango/tty.h>
#include <stdint.h>
extern unsigned long get_rflags(void);