diff options
author | kleines Filmröllchen <filmroellchen@serenityos.org> | 2022-01-27 13:12:36 +0100 |
---|---|---|
committer | Andreas Kling <kling@serenityos.org> | 2022-01-28 23:40:25 +0100 |
commit | 145eeb57ab268ca654077c65032e62a5cf12070a (patch) | |
tree | 89af90c43af28628f4114398db9dbfbe59dc2da0 /Userland/Libraries/LibJS/Interpreter.h | |
parent | 4efe6210ee7313fce1851931676fa99b66dbefe3 (diff) | |
download | serenity-145eeb57ab268ca654077c65032e62a5cf12070a.zip |
Userland: Remove a bunch of unnecessary Vector imports
How silly :^)
Diffstat (limited to 'Userland/Libraries/LibJS/Interpreter.h')
-rw-r--r-- | Userland/Libraries/LibJS/Interpreter.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Userland/Libraries/LibJS/Interpreter.h b/Userland/Libraries/LibJS/Interpreter.h index aae9e76bc2..ea838e9bec 100644 --- a/Userland/Libraries/LibJS/Interpreter.h +++ b/Userland/Libraries/LibJS/Interpreter.h @@ -10,7 +10,6 @@ #include <AK/FlyString.h> #include <AK/HashMap.h> #include <AK/String.h> -#include <AK/Vector.h> #include <AK/Weakable.h> #include <LibJS/AST.h> #include <LibJS/Forward.h> |