ladybird/Kernel/Graphics
Ben Wiederhake 143a64f9a2 Kernel: Remove unused includes of Kernel/Debug.h
These instances were detected by searching for files that include
Kernel/Debug.h, but don't match the regex:
\\bdbgln_if\(|_DEBUG\\b
This regex is pessimistic, so there might be more files that don't check
for any real *_DEBUG macro. There seem to be no corner cases anyway.

In theory, one might use LibCPP to detect things like this
automatically, but let's do this one step after another.
2023-01-02 20:27:20 -05:00
..
Bochs Kernel: Remove unused includes of Kernel/Debug.h 2023-01-02 20:27:20 -05:00
Console Kernel: Turn lock ranks into template parameters 2023-01-02 18:15:27 -05:00
Generic Kernel: Remove unused includes of Kernel/Debug.h 2023-01-02 20:27:20 -05:00
Intel Kernel: Turn lock ranks into template parameters 2023-01-02 18:15:27 -05:00
VirtIOGPU Kernel: Turn lock ranks into template parameters 2023-01-02 18:15:27 -05:00
VMWare Kernel: Remove unused includes of Kernel/Debug.h 2023-01-02 20:27:20 -05:00
Definitions.h Kernel: Add ioctl to get the EDID from a framebuffer 2022-01-23 22:45:21 +00:00
DisplayConnector.cpp Everywhere: Clean up "the the" comment typos 2022-11-03 17:38:32 +00:00
DisplayConnector.h Kernel: Turn lock ranks into template parameters 2023-01-02 18:15:27 -05:00
GenericGraphicsAdapter.h Kernel: Make self-contained locking smart pointers their own classes 2022-08-20 17:20:43 +02:00
GraphicsManagement.cpp Kernel: Reorganize Arch/x86 directory to Arch/x86_64 after i686 removal 2022-12-28 11:53:41 +01:00
GraphicsManagement.h Kernel: Turn lock ranks into template parameters 2023-01-02 18:15:27 -05:00