diff --git a/Libraries/LibJS/Bytecode/Interpreter.cpp b/Libraries/LibJS/Bytecode/Interpreter.cpp index 83d3a363e3..a0fa6707e6 100644 --- a/Libraries/LibJS/Bytecode/Interpreter.cpp +++ b/Libraries/LibJS/Bytecode/Interpreter.cpp @@ -30,7 +30,6 @@ #include #include #include -#include #include #include #include @@ -93,10 +92,13 @@ Interpreter::~Interpreter() = default; ALWAYS_INLINE Value Interpreter::do_yield(Value value, Optional