mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 15:17:36 +00:00
Everywhere: Remove exceptions for using #include <LibC/...>
Once LibC is installed to the sysroot and its conflicts with libc++ are resolved, including LibC headers in such a way will cause errors with a modern LLVM-based toolchain.
This commit is contained in:
parent
79adeb626b
commit
007f3cdb00
6 changed files with 10 additions and 16 deletions
|
@ -6,7 +6,7 @@
|
|||
|
||||
#pragma once
|
||||
|
||||
#include <LibC/sys/arch/aarch64/regs.h>
|
||||
#include <sys/arch/aarch64/regs.h>
|
||||
|
||||
#include <Kernel/Security/ExecutionMode.h>
|
||||
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
#pragma once
|
||||
|
||||
#include <AK/Types.h>
|
||||
#include <LibC/sys/arch/regs.h>
|
||||
#include <sys/arch/regs.h>
|
||||
|
||||
#include <Kernel/Arch/CPU.h>
|
||||
#include <Kernel/Arch/x86_64/ASM_wrapper.h>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue