1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2026-01-17 16:00:59 +00:00
serenity/Kernel/Graphics/Bochs
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
..
Definitions.h Kernel/Graphics: Introduce support for QEMU isa-vga device 2022-09-20 19:05:13 +01:00
GraphicsAdapter.cpp Kernel: Remove unused includes of Kernel/Debug.h 2023-01-02 20:27:20 -05:00
GraphicsAdapter.h Kernel: Move x86 Bochs VBE code to the Arch/x86 directory 2022-09-20 18:43:05 +01:00
QEMUDisplayConnector.cpp Kernel: Move x86 Bochs VBE code to the Arch/x86 directory 2022-09-20 18:43:05 +01:00
QEMUDisplayConnector.h Kernel: Move x86 Bochs VBE code to the Arch/x86 directory 2022-09-20 18:43:05 +01:00