diff --git a/Libraries/LibWeb/Forward.h b/Libraries/LibWeb/Forward.h index 7dd98c79e6..9f8a5bff6e 100644 --- a/Libraries/LibWeb/Forward.h +++ b/Libraries/LibWeb/Forward.h @@ -154,9 +154,11 @@ class BlockFormattingContext; class Box; class ButtonBox; class CheckBox; -class InitialContainingBlockBox; class FormattingContext; +class InitialContainingBlockBox; class InlineFormattingContext; +class LineBox; +class LineBoxFragment; class Node; class NodeWithStyle; class ReplacedBox; @@ -167,8 +169,6 @@ class EventHandler; class Frame; class FrameLoader; class InProcessWebView; -class LineBox; -class LineBoxFragment; class LoadRequest; class Origin; class OutOfProcessWebView;