mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-30 04:39:06 +00:00
Kernel: Move Random.{h,cpp} code to Security subdirectory
This commit is contained in:
parent
1b04726c85
commit
490856453d
Notes:
sideshowbarker
2024-07-17 23:07:41 +09:00
Author: https://github.com/supercomputer7
Commit: 490856453d
Pull-request: https://github.com/SerenityOS/serenity/pull/17604
Reviewed-by: https://github.com/gmta ✅
Reviewed-by: https://github.com/kleinesfilmroellchen ✅
36 changed files with 35 additions and 35 deletions
|
@ -13,7 +13,7 @@
|
|||
#include <Kernel/Memory/InodeVMObject.h>
|
||||
#include <Kernel/Memory/MemoryManager.h>
|
||||
#include <Kernel/PerformanceManager.h>
|
||||
#include <Kernel/Random.h>
|
||||
#include <Kernel/Security/Random.h>
|
||||
#include <Kernel/Tasks/Process.h>
|
||||
#include <Kernel/Tasks/Scheduler.h>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue