mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-29 04:09:13 +00:00
LibJS: Reduce header dependency graph in Realm.h
This commit is contained in:
parent
6ddbe8f953
commit
aeb72fe9d0
Notes:
sideshowbarker
2024-07-17 19:38:56 +09:00
Author: https://github.com/awesomekling
Commit: aeb72fe9d0
9 changed files with 20 additions and 8 deletions
|
@ -7,6 +7,7 @@
|
|||
#include <LibJS/AST.h>
|
||||
#include <LibJS/Lexer.h>
|
||||
#include <LibJS/Parser.h>
|
||||
#include <LibJS/Runtime/VM.h>
|
||||
#include <LibJS/Script.h>
|
||||
|
||||
namespace JS {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue