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
#include <LibJS/SourceTextModule.h>
#include <LibWeb/HTML/Scripting/ModuleMap.h>
#include <LibWeb/HTML/Scripting/Script.h>
namespace Web::HTML {