mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-15 23:09:05 +00:00
LibWeb: Stop manually forward-declaring types in CSS Parser.h
This commit is contained in:
parent
b7453eafbb
commit
1304bf5a21
Notes:
sideshowbarker
2024-07-17 11:53:10 +09:00
Author: https://github.com/AtkinsSJ
Commit: 1304bf5a21
Pull-request: https://github.com/SerenityOS/serenity/pull/13643
2 changed files with 5 additions and 6 deletions
|
@ -28,15 +28,10 @@
|
|||
#include <LibWeb/CSS/StyleValue.h>
|
||||
#include <LibWeb/CSS/Supports.h>
|
||||
#include <LibWeb/CSS/UnicodeRange.h>
|
||||
#include <LibWeb/Forward.h>
|
||||
|
||||
namespace Web::CSS {
|
||||
|
||||
class CSSStyleSheet;
|
||||
class CSSRule;
|
||||
class CSSStyleRule;
|
||||
struct StyleProperty;
|
||||
enum class PropertyID;
|
||||
|
||||
class ParsingContext {
|
||||
public:
|
||||
ParsingContext() = default;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue