1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 17:47:44 +00:00

Everywhere: Remove unnecessary headers 4/4

Arbitrarily split up to make git bisect easier.

These unnecessary #include's were found by combining an automated tool (which
determined likely candidates) and some brain power (which decided whether
the #include is also semantically superfluous).
This commit is contained in:
Ben Wiederhake 2021-02-01 22:48:35 +01:00 committed by Andreas Kling
parent cc89606ba8
commit c6a42ab5c3
9 changed files with 0 additions and 9 deletions

View file

@ -32,7 +32,6 @@
#include <LibJS/Lexer.h>
#include <LibJS/Parser.h>
#include <LibJS/Runtime/GlobalObject.h>
#include <signal.h>
#include <stddef.h>
#include <stdint.h>