mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 16:37:47 +00:00
Kernel: Move Random.{h,cpp} code to Security subdirectory
This commit is contained in:
parent
1b04726c85
commit
490856453d
36 changed files with 35 additions and 35 deletions
|
@ -11,7 +11,7 @@
|
|||
#include <Kernel/Graphics/VirtIOGPU/DisplayConnector.h>
|
||||
#include <Kernel/Graphics/VirtIOGPU/GraphicsAdapter.h>
|
||||
#include <Kernel/Graphics/VirtIOGPU/Protocol.h>
|
||||
#include <Kernel/Random.h>
|
||||
#include <Kernel/Security/Random.h>
|
||||
|
||||
namespace Kernel {
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue