1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-20 18:05:07 +00:00

Kernel/Graphics: Move Bochs graphics related code into a separate folder

This commit is contained in:
Liav A 2021-07-09 10:27:19 +03:00 committed by Andreas Kling
parent 3fee1cbe66
commit 2a1bf53435
4 changed files with 3 additions and 3 deletions

View file

@ -7,7 +7,7 @@
#include <AK/Singleton.h>
#include <Kernel/Bus/PCI/IDs.h>
#include <Kernel/CommandLine.h>
#include <Kernel/Graphics/BochsGraphicsAdapter.h>
#include <Kernel/Graphics/Bochs/GraphicsAdapter.h>
#include <Kernel/Graphics/GraphicsManagement.h>
#include <Kernel/Graphics/Intel/NativeGraphicsAdapter.h>
#include <Kernel/Graphics/VGACompatibleAdapter.h>