mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 04:37:44 +00:00
Kernel: Move Jail code to a new subdirectory
This commit is contained in:
parent
fd9dbf1f20
commit
788022d5d1
6 changed files with 5 additions and 5 deletions
|
@ -6,8 +6,8 @@
|
|||
|
||||
#include <AK/Userspace.h>
|
||||
#include <Kernel/API/Jail.h>
|
||||
#include <Kernel/Jail.h>
|
||||
#include <Kernel/Process.h>
|
||||
#include <Kernel/Security/Jail.h>
|
||||
#include <Kernel/StdLib.h>
|
||||
|
||||
namespace Kernel {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue