LibWeb: Remove Document.h include from DOMParser.h, DOMImplementation.h

...and WorkerEnvironmentSettingsObject.h

These headers only use Document via forward-declarable references and
smart pointers, so the full include is unnecessary.
This commit is contained in:
Aliaksandr Kalenik
2026-02-08 17:24:02 +01:00
committed by Alexander Kalenik
parent 9140348cbd
commit 2452680615
Notes: github-actions[bot] 2026-02-08 17:52:12 +00:00
3 changed files with 1 additions and 3 deletions

View File

@@ -7,7 +7,6 @@
#pragma once
#include <LibURL/URL.h>
#include <LibWeb/DOM/Document.h>
#include <LibWeb/Export.h>
#include <LibWeb/Forward.h>