mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-27 02:05:07 +02:00
LibWeb: Cleanup unecessary uses and includes of HTML::Window
The big global refactor left some stragglers behind for atomicity. Clean up the rest, and remove a ton of includes of LibWeb/HTML/Window.h
This commit is contained in:
committed by
Linus Groh
parent
cc164dc1e2
commit
56b381aac0
Notes:
sideshowbarker
2024-07-17 06:27:33 +09:00
Author: https://github.com/ADKaster Commit: https://github.com/SerenityOS/serenity/commit/56b381aac0 Pull-request: https://github.com/SerenityOS/serenity/pull/15349 Reviewed-by: https://github.com/linusg ✅
@@ -5,6 +5,7 @@
|
||||
*/
|
||||
|
||||
#include "WebAssemblyModulePrototype.h"
|
||||
#include <LibWeb/Bindings/Intrinsics.h>
|
||||
#include <LibWeb/WebAssembly/WebAssemblyModuleObject.h>
|
||||
|
||||
namespace Web::Bindings {
|
||||
|
||||
Reference in New Issue
Block a user