mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-29 04:09:13 +00:00
LibJS: Make SourceTextModule.h not include AST.h or Parser.h
This commit is contained in:
parent
65e7c58990
commit
97b5f4814e
Notes:
sideshowbarker
2024-07-17 08:37:36 +09:00
Author: https://github.com/awesomekling
Commit: 97b5f4814e
Pull-request: https://github.com/SerenityOS/serenity/pull/16153
Reviewed-by: https://github.com/linusg
1 changed files with 0 additions and 2 deletions
|
@ -7,10 +7,8 @@
|
|||
|
||||
#pragma once
|
||||
|
||||
#include <LibJS/AST.h>
|
||||
#include <LibJS/CyclicModule.h>
|
||||
#include <LibJS/Forward.h>
|
||||
#include <LibJS/Parser.h>
|
||||
#include <LibJS/Runtime/ExecutionContext.h>
|
||||
|
||||
namespace JS {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue