mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 06:07:34 +00:00
Kernel: Remove stale forward declaration of BochsFramebufferDevice
This commit is contained in:
parent
8d01d43f5e
commit
9e36158ece
1 changed files with 0 additions and 2 deletions
|
@ -17,14 +17,12 @@
|
||||||
|
|
||||||
namespace Kernel {
|
namespace Kernel {
|
||||||
|
|
||||||
class BochsFramebufferDevice;
|
|
||||||
class GraphicsManagement;
|
class GraphicsManagement;
|
||||||
struct BochsDisplayMMIORegisters;
|
struct BochsDisplayMMIORegisters;
|
||||||
|
|
||||||
class BochsGraphicsAdapter final : public GraphicsDevice
|
class BochsGraphicsAdapter final : public GraphicsDevice
|
||||||
, public PCI::DeviceController {
|
, public PCI::DeviceController {
|
||||||
AK_MAKE_ETERNAL
|
AK_MAKE_ETERNAL
|
||||||
friend class BochsFramebufferDevice;
|
|
||||||
friend class GraphicsManagement;
|
friend class GraphicsManagement;
|
||||||
|
|
||||||
public:
|
public:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue