mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-27 18:17:22 +02:00
LibWeb: Remove Document.h include from Layout/Node.h
This reduces the recompilation cascade when Document.h is modified. Add explicit includes to files that relied on the transitive dependency.
This commit is contained in:
committed by
Alexander Kalenik
parent
63aeaa81e5
commit
e76cf3e225
Notes:
github-actions[bot]
2026-02-08 17:52:37 +00:00
Author: https://github.com/kalenikaliaksandr Commit: https://github.com/LadybirdBrowser/ladybird/commit/e76cf3e225f Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/7826
@@ -8,6 +8,7 @@
|
||||
#include <LibWeb/Bindings/ExceptionOrUtils.h>
|
||||
#include <LibWeb/Bindings/Intrinsics.h>
|
||||
#include <LibWeb/Bindings/ResizeObserverEntryPrototype.h>
|
||||
#include <LibWeb/DOM/Element.h>
|
||||
#include <LibWeb/Painting/PaintableBox.h>
|
||||
#include <LibWeb/ResizeObserver/ResizeObserverEntry.h>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user