mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 02:47:35 +00:00
LibCore: Replace manual forward declarations with <LibCore/Forward.h>
This commit is contained in:
parent
6a3cd11a80
commit
69400c2ca1
8 changed files with 2 additions and 31 deletions
|
@ -26,12 +26,9 @@
|
|||
|
||||
#pragma once
|
||||
|
||||
#include <LibCore/Forward.h>
|
||||
#include <LibHTML/DOM/HTMLElement.h>
|
||||
|
||||
namespace Core {
|
||||
class Timer;
|
||||
}
|
||||
|
||||
class HTMLBlinkElement : public HTMLElement {
|
||||
public:
|
||||
HTMLBlinkElement(Document&, const String& tag_name);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue