diff options
author | Andreas Kling <kling@serenityos.org> | 2022-11-23 12:11:29 +0100 |
---|---|---|
committer | Linus Groh <mail@linusgroh.de> | 2022-11-23 16:05:59 +0000 |
commit | 27e0f56c90e52c552a9fce543084ea83917035ef (patch) | |
tree | 0577c714fff94ac4b85ee9b4090ba2fa46adf506 | |
parent | 1a30e77001def4a26ab8c05b4bb7893cce40dbb0 (diff) | |
download | serenity-27e0f56c90e52c552a9fce543084ea83917035ef.zip |
LibJS: Make CyclicModule.h not include AST.h
-rw-r--r-- | Userland/Libraries/LibJS/CyclicModule.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Userland/Libraries/LibJS/CyclicModule.h b/Userland/Libraries/LibJS/CyclicModule.h index 7f572e931c..873c6a65cc 100644 --- a/Userland/Libraries/LibJS/CyclicModule.h +++ b/Userland/Libraries/LibJS/CyclicModule.h @@ -6,7 +6,6 @@ #pragma once -#include <LibJS/AST.h> #include <LibJS/Forward.h> #include <LibJS/Module.h> #include <LibJS/Parser.h> |