mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-06-01 07:52:50 +00:00
LibWeb: Reorganize definitions and includes to avoid circular references
This is necessary to avoid a circular reference when including Serializable.h in DOMException.h. This moves the definition of SerializationRecord, SerializationMemory, and DeserializationMemory into LibWeb/Forward.h so that Serializable.h only needs to include LibWeb/Forward.h.
This commit is contained in:
parent
4569b997a6
commit
53394230ca
Notes:
github-actions[bot]
2024-11-24 10:12:57 +00:00
Author: https://github.com/kennethmyhra
Commit: 53394230ca
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/2532
7 changed files with 25 additions and 6 deletions
|
@ -7,6 +7,7 @@
|
|||
#include <LibWeb/Bindings/DOMQuadPrototype.h>
|
||||
#include <LibWeb/Bindings/Intrinsics.h>
|
||||
#include <LibWeb/Geometry/DOMQuad.h>
|
||||
#include <LibWeb/HTML/StructuredSerialize.h>
|
||||
|
||||
namespace Web::Geometry {
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue