diff options
| author | Amlal El Mahrouss <amlalelmahrouss@icloud.com> | 2024-02-25 08:06:38 +0100 |
|---|---|---|
| committer | Amlal El Mahrouss <amlalelmahrouss@icloud.com> | 2024-02-25 08:06:38 +0100 |
| commit | 9be51d883414584db0926ab854d6026e1785048b (patch) | |
| tree | 6afb5cec25c48ac76a8e26b2cc0b09dd1dc2c1ea /Private/Source | |
| parent | 27e0af3ecfe0be226f88837634111299121e5ddb (diff) | |
Kernel: Morning bump.
Signed-off-by: Amlal El Mahrouss <amlalelmahrouss@icloud.com>
Diffstat (limited to 'Private/Source')
| -rw-r--r-- | Private/Source/KernelMain.cxx | 1 | ||||
| -rw-r--r-- | Private/Source/PEFCodeManager.cxx | 3 |
2 files changed, 1 insertions, 3 deletions
diff --git a/Private/Source/KernelMain.cxx b/Private/Source/KernelMain.cxx index cfd27748..b4ea817a 100644 --- a/Private/Source/KernelMain.cxx +++ b/Private/Source/KernelMain.cxx @@ -8,6 +8,7 @@ */ #include <ArchKit/ArchKit.hpp> +#include <Drivers/PS2/Mouse.hxx> #include <FirmwareKit/Handover.hxx> #include <KernelKit/FileManager.hpp> #include <KernelKit/Framebuffer.hpp> diff --git a/Private/Source/PEFCodeManager.cxx b/Private/Source/PEFCodeManager.cxx index ee535057..c1340054 100644 --- a/Private/Source/PEFCodeManager.cxx +++ b/Private/Source/PEFCodeManager.cxx @@ -18,9 +18,6 @@ #include <NewKit/OwnPtr.hpp> #include <NewKit/String.hpp> -#include "KernelKit/PEF.hpp" -#include "NewKit/Utils.hpp" - namespace HCore { namespace Detail { UInt32 rt_get_pef_platform(void) noexcept { |
