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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Kernel/Graphics/GraphicsManagement.h b/Kernel/Graphics/GraphicsManagement.h
index 8ecc31447f..ca39d787b6 100644
--- a/Kernel/Graphics/GraphicsManagement.h
+++ b/Kernel/Graphics/GraphicsManagement.h
@@ -15,7 +15,7 @@
#include <Kernel/Graphics/GraphicsDevice.h>
#include <Kernel/Graphics/VGACompatibleAdapter.h>
#include <Kernel/Graphics/VirtIOGPU/GraphicsAdapter.h>
-#include <Kernel/VM/Region.h>
+#include <Kernel/Memory/Region.h>
namespace Kernel {