mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-16 06:22:17 +00:00
Kernel: Remove stale forward declaration of BochsFramebufferDevice
This commit is contained in:
parent
8d01d43f5e
commit
9e36158ece
Notes:
sideshowbarker
2024-07-18 08:55:59 +09:00
Author: https://github.com/supercomputer7
Commit: 9e36158ece
Pull-request: https://github.com/SerenityOS/serenity/pull/8807
1 changed files with 0 additions and 2 deletions
|
@ -17,14 +17,12 @@
|
|||
|
||||
namespace Kernel {
|
||||
|
||||
class BochsFramebufferDevice;
|
||||
class GraphicsManagement;
|
||||
struct BochsDisplayMMIORegisters;
|
||||
|
||||
class BochsGraphicsAdapter final : public GraphicsDevice
|
||||
, public PCI::DeviceController {
|
||||
AK_MAKE_ETERNAL
|
||||
friend class BochsFramebufferDevice;
|
||||
friend class GraphicsManagement;
|
||||
|
||||
public:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue