mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-03-22 21:37:22 +00:00
Kernel: Reorganize Arch/x86 directory to Arch/x86_64 after i686 removal
No functional change.
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
#include <AK/Types.h>
|
||||
#include <Kernel/Arch/DebugOutput.h>
|
||||
#if ARCH(X86_64)
|
||||
# include <Kernel/Arch/x86/common/BochsDebugOutput.h>
|
||||
# include <Kernel/Arch/x86_64/BochsDebugOutput.h>
|
||||
#endif
|
||||
#include <Kernel/Devices/ConsoleDevice.h>
|
||||
#include <Kernel/Devices/DeviceManagement.h>
|
||||
|
||||
Reference in New Issue
Block a user