diff --git a/Userland/Libraries/LibJS/Forward.h b/Userland/Libraries/LibJS/Forward.h index 061f205260..12cc1cddfe 100644 --- a/Userland/Libraries/LibJS/Forward.h +++ b/Userland/Libraries/LibJS/Forward.h @@ -164,6 +164,7 @@ class Error; class ErrorType; struct ExecutionContext; class Expression; +class ForStatement; class FunctionEnvironment; class FunctionNode; class GlobalEnvironment; diff --git a/Userland/Libraries/LibJS/Interpreter.h b/Userland/Libraries/LibJS/Interpreter.h index 478ecbfa1a..02cc1253eb 100644 --- a/Userland/Libraries/LibJS/Interpreter.h +++ b/Userland/Libraries/LibJS/Interpreter.h @@ -11,7 +11,6 @@ #include #include #include -#include #include #include #include