Kernel: Move Jail code to a new subdirectory

This commit is contained in:
Liav A 2023-02-24 19:34:21 +02:00 committed by Jelle Raaijmakers
commit 788022d5d1
Notes: sideshowbarker 2024-07-17 03:14:39 +09:00
6 changed files with 5 additions and 5 deletions

View file

@ -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 {