1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 21:27:35 +00:00

LibWeb: Fix include cycle between ModuleScript.h and ModuleMap.h

This commit is contained in:
Matthew Olsson 2023-02-25 10:41:59 -07:00 committed by Linus Groh
parent 1a29ecd648
commit 445011d50d

View file

@ -7,7 +7,6 @@
#pragma once #pragma once
#include <LibJS/SourceTextModule.h> #include <LibJS/SourceTextModule.h>
#include <LibWeb/HTML/Scripting/ModuleMap.h>
#include <LibWeb/HTML/Scripting/Script.h> #include <LibWeb/HTML/Scripting/Script.h>
namespace Web::HTML { namespace Web::HTML {