mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-26 01:35:08 +02:00
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:
Notes:
github-actions[bot]
2025-07-18 14:10:51 +00:00
Author: https://github.com/trflynn89 Commit: https://github.com/LadybirdBrowser/ladybird/commit/7fad8c333d1 Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/5492 Reviewed-by: https://github.com/ADKaster Reviewed-by: https://github.com/shannonbooth
@@ -10,6 +10,7 @@
|
||||
#include <LibWeb/Bindings/NavigationDestinationPrototype.h>
|
||||
#include <LibWeb/HTML/NavigationDestination.h>
|
||||
#include <LibWeb/HTML/NavigationHistoryEntry.h>
|
||||
#include <LibWeb/HTML/StructuredSerialize.h>
|
||||
|
||||
namespace Web::HTML {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user