1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 18:18:12 +00:00

LibJS: Remove a whole bunch of unnecessary #includes

This commit is contained in:
Andreas Kling 2021-02-10 08:01:06 +01:00
parent 9de1253f44
commit 635a5eec75
17 changed files with 0 additions and 29 deletions

View file

@ -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>