@@ -7,6 +7,7 @@
#pragma once
+#include <AK/NonnullRefPtr.h>
#include <AK/StringView.h>
#include <AK/Types.h>
#include <LibJS/SourceCode.h>
@@ -9,6 +9,7 @@
#include <AK/Format.h>
#include <AK/Vector.h>
+#include <LibWeb/CSS/Parser/ComponentValue.h>
#include <LibWeb/CSS/Parser/Tokenizer.h>
namespace Web::CSS::Parser {
#include <AK/Function.h>
+#include <AK/HashMap.h>
#include <AK/IDAllocator.h>
#include <LibWeb/HTML/EventLoop/EventLoop.h>
#include <LibWeb/Platform/Timer.h>
@@ -8,6 +8,7 @@
#include <AK/HashMap.h>
#include <AK/NonnullRefPtr.h>
+#include <AK/WeakPtr.h>
#include <LibJS/Heap/Cell.h>
#include <LibWeb/Forward.h>
#include <AK/Forward.h>
+#include <AK/Variant.h>
#include <LibJS/Forward.h>
#include <LibWeb/HTML/CrossOrigin/CrossOriginPropertyDescriptorMap.h>
@@ -6,9 +6,12 @@
+#include <AK/DeprecatedString.h>
+#include <AK/Optional.h>
#include <AK/Traits.h>
+#include <LibJS/Runtime/PropertyKey.h>
namespace Web::HTML {
#include <LibWeb/HTML/Scripting/ImportMap.h>
+#include <LibWeb/HTML/Scripting/ModuleMap.h>
#include <LibWeb/HTML/Scripting/ModuleScript.h>
@@ -6,6 +6,7 @@
+#include <AK/URL.h>
@@ -4,6 +4,7 @@
* SPDX-License-Identifier: BSD-2-Clause
*/
+#include <LibWeb/HTML/Scripting/Environments.h>
#include <LibWeb/HTML/Scripting/Script.h>
#include <AK/URL.h>
#include <AK/WeakPtr.h>
+#include <LibJS/Heap/GCPtr.h>
#include <LibWeb/HTML/PolicyContainers.h>
+#include <AK/StringView.h>
namespace Web::Infra {
#include <LibWeb/Layout/FormattingContext.h>
+#include <LibWeb/Layout/TableBox.h>
#include <LibWeb/Layout/TableWrapper.h>
namespace Web::Layout {
@@ -8,7 +8,9 @@
#include <AK/NonnullRefPtrVector.h>
#include <AK/RefPtr.h>
#include <LibWeb/CSS/Display.h>
+#include <LibWeb/CSS/Selector.h>
#include <AK/Span.h>
#include <LibGfx/Color.h>
+#include <LibGfx/Gradients.h>
#include <LibWeb/Painting/PaintContext.h>
+#include <LibJS/Runtime/Value.h>
#include <LibJS/SafeFunction.h>