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:
parent
9d36369c58
commit
b882e5ff6b
Notes:
sideshowbarker
2024-07-18 09:18:33 +09:00
Author: https://github.com/supercomputer7
Commit: b882e5ff6b
Pull-request: https://github.com/SerenityOS/serenity/pull/8654
4 changed files with 3 additions and 3 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue