mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 19:07:35 +00:00
Kernel: Move ExecutionMode.h to the Security subdirectory
This commit is contained in:
parent
7c0540a229
commit
c9a34cae66
4 changed files with 3 additions and 3 deletions
|
@ -11,7 +11,7 @@
|
|||
|
||||
#include <Kernel/Arch/CPU.h>
|
||||
#include <Kernel/Arch/x86_64/ASM_wrapper.h>
|
||||
#include <Kernel/ExecutionMode.h>
|
||||
#include <Kernel/Security/ExecutionMode.h>
|
||||
|
||||
#include <AK/Platform.h>
|
||||
VALIDATE_IS_X86()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue