mirror of
https://github.com/SerenityOS/serenity
synced 2026-04-30 19:37:21 +02:00
LibWeb: Fix include cycle between ModuleScript.h and ModuleMap.h
This commit is contained in:
committed by
Linus Groh
parent
1a29ecd648
commit
445011d50d
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user