summaryrefslogtreecommitdiff
path: root/Kernel/Graphics/GraphicsManagement.h
diff options
context:
space:
mode:
Diffstat (limited to 'Kernel/Graphics/GraphicsManagement.h')
-rw-r--r--Kernel/Graphics/GraphicsManagement.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/Kernel/Graphics/GraphicsManagement.h b/Kernel/Graphics/GraphicsManagement.h
index ee30adf3ce..c7432f639d 100644
--- a/Kernel/Graphics/GraphicsManagement.h
+++ b/Kernel/Graphics/GraphicsManagement.h
@@ -19,7 +19,6 @@
#include <Kernel/Graphics/GenericGraphicsAdapter.h>
#include <Kernel/Graphics/VirtIOGPU/GraphicsAdapter.h>
#include <Kernel/Library/NonnullLockRefPtr.h>
-#include <Kernel/Library/NonnullLockRefPtrVector.h>
#include <Kernel/Memory/Region.h>
namespace Kernel {
@@ -54,7 +53,7 @@ private:
void initialize_preset_resolution_generic_display_connector();
- NonnullLockRefPtrVector<GenericGraphicsAdapter> m_graphics_devices;
+ Vector<NonnullLockRefPtr<GenericGraphicsAdapter>> m_graphics_devices;
LockRefPtr<Graphics::Console> m_console;
// Note: This is only used when booting with kernel commandline that includes "graphics_subsystem_mode=limited"