mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 18:07:34 +00:00
LibWeb: Resolve cyclic declaration/definitions involving Length
This remained undetected for a long time as HeaderCheck is disabled by default. This commit makes the following file compile again: // file: compile_me.cpp #include <LibWeb/CSS/GridTrackSize.h> // That's it, this was enough to cause a compilation error.
This commit is contained in:
parent
53eb35caba
commit
8deced39a8
15 changed files with 192 additions and 125 deletions
|
@ -67,6 +67,7 @@ class ImageStyleValue;
|
|||
class InheritStyleValue;
|
||||
class InitialStyleValue;
|
||||
class Length;
|
||||
class LengthBox;
|
||||
class LengthPercentage;
|
||||
class LengthStyleValue;
|
||||
class LinearGradientStyleValue;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue