diff options
Diffstat (limited to 'dev/Boot/Mod/SysChk/Module.cc')
| -rw-r--r-- | dev/Boot/Mod/SysChk/Module.cc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev/Boot/Mod/SysChk/Module.cc b/dev/Boot/Mod/SysChk/Module.cc index bd89982d..400198ee 100644 --- a/dev/Boot/Mod/SysChk/Module.cc +++ b/dev/Boot/Mod/SysChk/Module.cc @@ -8,8 +8,8 @@ */ #include <BootKit/BootKit.h> -#include <Mod/GfxMgr/FBMgr.h> -#include <Mod/GfxMgr/TextMgr.h> +#include <Mod/CoreGfx/FBMgr.h> +#include <Mod/CoreGfx/TextMgr.h> #include <FirmwareKit/EFI.h> #include <FirmwareKit/EFI/API.h> #include <FirmwareKit/Handover.h> @@ -19,7 +19,7 @@ #include <NewKit/Macros.h> #include <NewKit/Ref.h> #include <BootKit/BootThread.h> -#include <Mod/GfxMgr/FBMgr.h> +#include <Mod/CoreGfx/FBMgr.h> EXTERN_C Int32 ModuleMain(Kernel::HEL::BootInfoHeader* handover) { |
