mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-27 18:17:22 +02:00
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:
committed by
Alexander Kalenik
parent
9140348cbd
commit
2452680615
Notes:
github-actions[bot]
2026-02-08 17:52:12 +00:00
Author: https://github.com/kalenikaliaksandr Commit: https://github.com/LadybirdBrowser/ladybird/commit/24526806157 Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/7826
@@ -7,7 +7,6 @@
|
||||
#pragma once
|
||||
|
||||
#include <LibURL/URL.h>
|
||||
#include <LibWeb/DOM/Document.h>
|
||||
#include <LibWeb/Export.h>
|
||||
#include <LibWeb/Forward.h>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user