1
0
Fork 0
mirror of https://github.com/LadybirdBrowser/ladybird.git synced 2025-06-11 02:13:56 +09:00

Kernel/Graphics: Move Intel graphics related code to a separate folder

This commit is contained in:
Liav A 2021-07-08 20:30:13 +03:00 committed by Andreas Kling
parent 9d36369c58
commit b882e5ff6b
Notes: sideshowbarker 2024-07-18 09:18:33 +09:00
4 changed files with 3 additions and 3 deletions

View file

@ -12,7 +12,7 @@
#include <Kernel/Graphics/BochsGraphicsAdapter.h>
#include <Kernel/Graphics/Console/TextModeConsole.h>
#include <Kernel/Graphics/GraphicsManagement.h>
#include <Kernel/Graphics/IntelNativeGraphicsAdapter.h>
#include <Kernel/Graphics/Intel/NativeGraphicsAdapter.h>
#include <Kernel/Graphics/VGACompatibleAdapter.h>
#include <Kernel/Graphics/VirtIOGPU/VirtIOGraphicsAdapter.h>
#include <Kernel/IO.h>