1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-16 19:55:06 +00: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
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>