diff options
author | Andreas Kling <kling@serenityos.org> | 2021-02-10 08:01:06 +0100 |
---|---|---|
committer | Andreas Kling <kling@serenityos.org> | 2021-02-10 09:13:29 +0100 |
commit | 635a5eec75dc94f1a2d105b90d106471cf842c9a (patch) | |
tree | af3f718c9f4e5c3cdf85ecded86efeb3ad03074c /Userland/Libraries/LibJS/Runtime/Array.cpp | |
parent | 9de1253f447753ee5592a9fefeb9caf7e033edff (diff) | |
download | serenity-635a5eec75dc94f1a2d105b90d106471cf842c9a.zip |
LibJS: Remove a whole bunch of unnecessary #includes
Diffstat (limited to 'Userland/Libraries/LibJS/Runtime/Array.cpp')
-rw-r--r-- | Userland/Libraries/LibJS/Runtime/Array.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Userland/Libraries/LibJS/Runtime/Array.cpp b/Userland/Libraries/LibJS/Runtime/Array.cpp index 6e1f5f5300..2509d13422 100644 --- a/Userland/Libraries/LibJS/Runtime/Array.cpp +++ b/Userland/Libraries/LibJS/Runtime/Array.cpp @@ -26,7 +26,6 @@ #include <AK/Function.h> #include <LibJS/Runtime/Array.h> -#include <LibJS/Runtime/ArrayPrototype.h> #include <LibJS/Runtime/Error.h> #include <LibJS/Runtime/GlobalObject.h> |