summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Kling <kling@serenityos.org>2022-11-23 12:11:29 +0100
committerLinus Groh <mail@linusgroh.de>2022-11-23 16:05:59 +0000
commit27e0f56c90e52c552a9fce543084ea83917035ef (patch)
tree0577c714fff94ac4b85ee9b4090ba2fa46adf506
parent1a30e77001def4a26ab8c05b4bb7893cce40dbb0 (diff)
downloadserenity-27e0f56c90e52c552a9fce543084ea83917035ef.zip
LibJS: Make CyclicModule.h not include AST.h
-rw-r--r--Userland/Libraries/LibJS/CyclicModule.h1
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>