1
Fork 0
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:
Liav A 2023-02-24 19:34:21 +02:00 committed by Jelle Raaijmakers
parent fd9dbf1f20
commit 788022d5d1
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 {