[chore] 整理include

This commit is contained in:
2026-06-06 10:37:51 +08:00
Unverified
parent 6729f2f5d3
commit e1cbe87a2d
12 changed files with 15 additions and 14 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
#include <scheduler.h>
#include <idt.h>
#include <pic.h>
#include <interrupt/idt.h>
#include <interrupt/pic.h>
#include <memory/heap.h>
#include <memory/pmm.h>
#include <common.h>