diff options
author | Liav A <liavalb@gmail.com> | 2021-06-25 09:46:17 +0300 |
---|---|---|
committer | Andreas Kling <kling@serenityos.org> | 2021-07-02 13:16:12 +0200 |
commit | 6568bb47cb6b3ad7ca0c15948ce1a279792d92de (patch) | |
tree | fa0ca59a4974e241d3bc789382c41ce699fba3bc /Kernel/Graphics/GraphicsDevice.h | |
parent | 26e9140ea14d3529f42e64e472e2ff6c4dd907bd (diff) | |
download | serenity-6568bb47cb6b3ad7ca0c15948ce1a279792d92de.zip |
Kernel/PCI: Move the PCI components as a subfolder to the Bus directory
Diffstat (limited to 'Kernel/Graphics/GraphicsDevice.h')
-rw-r--r-- | Kernel/Graphics/GraphicsDevice.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Kernel/Graphics/GraphicsDevice.h b/Kernel/Graphics/GraphicsDevice.h index ed409188dc..f730f32667 100644 --- a/Kernel/Graphics/GraphicsDevice.h +++ b/Kernel/Graphics/GraphicsDevice.h @@ -8,8 +8,8 @@ #include <AK/String.h> #include <AK/Types.h> +#include <Kernel/Bus/PCI/Definitions.h> #include <Kernel/Devices/BlockDevice.h> -#include <Kernel/PCI/Definitions.h> #include <Kernel/PhysicalAddress.h> namespace Kernel { |