summaryrefslogtreecommitdiff
path: root/Kernel/Graphics/FramebufferDevice.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Kernel/Graphics/FramebufferDevice.cpp')
-rw-r--r--Kernel/Graphics/FramebufferDevice.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/Kernel/Graphics/FramebufferDevice.cpp b/Kernel/Graphics/FramebufferDevice.cpp
index 752e8b7610..fad2e4e2c4 100644
--- a/Kernel/Graphics/FramebufferDevice.cpp
+++ b/Kernel/Graphics/FramebufferDevice.cpp
@@ -9,12 +9,10 @@
#include <Kernel/Debug.h>
#include <Kernel/Graphics/FramebufferDevice.h>
#include <Kernel/Graphics/GraphicsManagement.h>
-#include <Kernel/Panic.h>
#include <Kernel/Process.h>
#include <Kernel/Sections.h>
#include <Kernel/VM/AnonymousVMObject.h>
#include <Kernel/VM/MemoryManager.h>
-#include <Kernel/VM/TypedMapping.h>
#include <LibC/errno_numbers.h>
#include <LibC/sys/ioctl_numbers.h>