LibWeb: Use forward-declarations of structured serialized types

This reduces the rebuilt targets when touching StructuredSerialize.h
from ~1200 to ~400. The remaining are due to generated IPC headers.
This commit is contained in:
Timothy Flynn 2025-07-17 13:40:50 -04:00 committed by Tim Flynn
parent 20c6005341
commit 7fad8c333d
Notes: github-actions[bot] 2025-07-18 14:10:51 +00:00
21 changed files with 23 additions and 9 deletions

View file

@ -23,6 +23,7 @@
#include <LibWeb/HTML/NavigationTransition.h>
#include <LibWeb/HTML/Scripting/ExceptionReporter.h>
#include <LibWeb/HTML/Scripting/TemporaryExecutionContext.h>
#include <LibWeb/HTML/StructuredSerialize.h>
#include <LibWeb/HTML/TraversableNavigable.h>
#include <LibWeb/HTML/Window.h>
#include <LibWeb/WebIDL/AbstractOperations.h>