summaryrefslogtreecommitdiff
path: root/Kernel/CommandLine.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Kernel/CommandLine.cpp')
-rw-r--r--Kernel/CommandLine.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/Kernel/CommandLine.cpp b/Kernel/CommandLine.cpp
index dd08f41f64..51162cfa9f 100644
--- a/Kernel/CommandLine.cpp
+++ b/Kernel/CommandLine.cpp
@@ -6,9 +6,9 @@
#include <AK/StringBuilder.h>
#include <Kernel/CommandLine.h>
-#include <Kernel/Panic.h>
+#include <Kernel/Library/Panic.h>
+#include <Kernel/Library/StdLib.h>
#include <Kernel/Sections.h>
-#include <Kernel/StdLib.h>
namespace Kernel {