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
Notes: sideshowbarker 2024-07-18 02:47:59 +09:00

View file

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