summaryrefslogtreecommitdiff
path: root/Kernel/Security
diff options
context:
space:
mode:
Diffstat (limited to 'Kernel/Security')
-rw-r--r--Kernel/Security/Jail.h2
-rw-r--r--Kernel/Security/Random.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/Kernel/Security/Jail.h b/Kernel/Security/Jail.h
index 54d98c4014..d5c6734120 100644
--- a/Kernel/Security/Jail.h
+++ b/Kernel/Security/Jail.h
@@ -15,7 +15,7 @@
#include <AK/RefPtr.h>
#include <AK/Try.h>
#include <AK/Types.h>
-#include <Kernel/KString.h>
+#include <Kernel/Library/KString.h>
#include <Kernel/Locking/SpinlockProtected.h>
#include <Kernel/Tasks/Process.h>
diff --git a/Kernel/Security/Random.h b/Kernel/Security/Random.h
index 2ae6bd91f1..97d7b2eab6 100644
--- a/Kernel/Security/Random.h
+++ b/Kernel/Security/Random.h
@@ -11,8 +11,8 @@
#include <AK/ByteBuffer.h>
#include <AK/Types.h>
#include <Kernel/Arch/Processor.h>
+#include <Kernel/Library/StdLib.h>
#include <Kernel/Locking/Mutex.h>
-#include <Kernel/StdLib.h>
#include <LibCrypto/Cipher/AES.h>
#include <LibCrypto/Cipher/Cipher.h>
#include <LibCrypto/Hash/SHA2.h>