mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-01 06:07:59 +00:00
Kernel: Move special sections into Sections.h
This also removes a lot of CPU.h includes infavor for Sections.h
This commit is contained in:
committed by
Andreas Kling
parent
925be2758e
commit
62f9377656
@@ -5,9 +5,9 @@
|
||||
*/
|
||||
|
||||
#include <AK/StringBuilder.h>
|
||||
#include <Kernel/Arch/x86/CPU.h>
|
||||
#include <Kernel/CommandLine.h>
|
||||
#include <Kernel/Panic.h>
|
||||
#include <Kernel/Sections.h>
|
||||
#include <Kernel/StdLib.h>
|
||||
|
||||
namespace Kernel {
|
||||
|
||||
Reference in New Issue
Block a user