mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-05-03 13:02:09 +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
@@ -7,6 +7,7 @@
|
||||
#include <LibIPC/File.h>
|
||||
#include <LibWeb/Bindings/Intrinsics.h>
|
||||
#include <LibWeb/Bindings/TransformStreamPrototype.h>
|
||||
#include <LibWeb/HTML/StructuredSerialize.h>
|
||||
#include <LibWeb/Streams/AbstractOperations.h>
|
||||
#include <LibWeb/Streams/ReadableStream.h>
|
||||
#include <LibWeb/Streams/ReadableStreamOperations.h>
|
||||
|
||||
Reference in New Issue
Block a user