LibWeb: Stop manually forward-declaring types in CSS Parser.h

This commit is contained in:
Sam Atkins 2022-04-12 11:32:18 +01:00 committed by Andreas Kling
commit 1304bf5a21
Notes: sideshowbarker 2024-07-17 11:53:10 +09:00
2 changed files with 5 additions and 6 deletions

View file

@ -92,6 +92,10 @@ class TransformationStyleValue;
class UnicodeRange;
class UnresolvedStyleValue;
class UnsetStyleValue;
enum class MediaFeatureID;
enum class PropertyID;
enum class ValueID;
}
namespace Web::DOM {