diff options
author | Brian Gianforcaro <bgianf@serenityos.org> | 2021-07-31 00:47:13 -0700 |
---|---|---|
committer | Gunnar Beutner <gunnar@beutner.name> | 2021-08-01 08:10:16 +0200 |
commit | 53166c10ca4eda08877852620b9c111bd3505f84 (patch) | |
tree | 374cb34d7e41d86ed6cd25921626c18183614e00 /Userland/Libraries/LibJS/Interpreter.cpp | |
parent | b10657a2b6e2109cd399965911f10001f2eb3094 (diff) | |
download | serenity-53166c10ca4eda08877852620b9c111bd3505f84.zip |
LibJS: Remove unused header includes
Diffstat (limited to 'Userland/Libraries/LibJS/Interpreter.cpp')
-rw-r--r-- | Userland/Libraries/LibJS/Interpreter.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Userland/Libraries/LibJS/Interpreter.cpp b/Userland/Libraries/LibJS/Interpreter.cpp index 1d8c29dbb7..e5d800042f 100644 --- a/Userland/Libraries/LibJS/Interpreter.cpp +++ b/Userland/Libraries/LibJS/Interpreter.cpp @@ -6,7 +6,6 @@ */ #include <AK/ScopeGuard.h> -#include <AK/StringBuilder.h> #include <LibJS/AST.h> #include <LibJS/Interpreter.h> #include <LibJS/Runtime/FunctionEnvironment.h> |