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:
Aliaksandr Kalenik
2026-02-08 16:42:02 +01:00
committed by Alexander Kalenik
parent 63aeaa81e5
commit e76cf3e225
Notes: github-actions[bot] 2026-02-08 17:52:37 +00:00
14 changed files with 15 additions and 1 deletions

View File

@@ -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>