mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 16:27:35 +00:00
Kernel: Move Credentials.{cpp,h} to the Security subdirectory
This commit is contained in:
parent
aaa1de7878
commit
ee0ccdaebe
5 changed files with 4 additions and 4 deletions
|
@ -18,7 +18,6 @@
|
|||
#include <Kernel/API/POSIX/sys/resource.h>
|
||||
#include <Kernel/API/Syscall.h>
|
||||
#include <Kernel/Assertions.h>
|
||||
#include <Kernel/Credentials.h>
|
||||
#include <Kernel/FileSystem/InodeMetadata.h>
|
||||
#include <Kernel/FileSystem/OpenFileDescription.h>
|
||||
#include <Kernel/FileSystem/UnveilNode.h>
|
||||
|
@ -29,6 +28,7 @@
|
|||
#include <Kernel/Locking/MutexProtected.h>
|
||||
#include <Kernel/Memory/AddressSpace.h>
|
||||
#include <Kernel/PerformanceEventBuffer.h>
|
||||
#include <Kernel/Security/Credentials.h>
|
||||
#include <Kernel/Security/Jail.h>
|
||||
#include <Kernel/StdLib.h>
|
||||
#include <Kernel/Tasks/AtomicEdgeAction.h>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue