mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 12:37:45 +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
|
@ -9,8 +9,8 @@
|
|||
#include <AK/Platform.h>
|
||||
#include <AK/Types.h>
|
||||
#include <Kernel/Arch/RegisterState.h>
|
||||
#include <Kernel/ExecutionMode.h>
|
||||
#include <Kernel/Memory/VirtualAddress.h>
|
||||
#include <Kernel/Security/ExecutionMode.h>
|
||||
|
||||
namespace Kernel {
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue