Kernel: Remove stale forward declaration of BochsFramebufferDevice

This commit is contained in:
Liav A 2021-07-16 17:53:15 +03:00 committed by Andreas Kling
commit 9e36158ece
Notes: sideshowbarker 2024-07-18 08:55:59 +09:00

View file

@ -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: