mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-02 15:46:33 +00:00
Kernel: Move Jail code to a new subdirectory
This commit is contained in:
parent
fd9dbf1f20
commit
788022d5d1
Notes:
sideshowbarker
2024-07-17 03:14:39 +09:00
Author: https://github.com/supercomputer7
Commit: 788022d5d1
Pull-request: https://github.com/SerenityOS/serenity/pull/17604
Reviewed-by: https://github.com/gmta ✅
Reviewed-by: https://github.com/kleinesfilmroellchen ✅
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