Everywhere: Remove unnecessary headers 1/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).

My favorite #include:

    #include "Applications/Piano/Music.h" // You can't have too much music in life!
This commit is contained in:
Ben Wiederhake 2021-02-01 22:48:35 +01:00 committed by Andreas Kling
commit c9bb887c55
Notes: sideshowbarker 2024-07-18 22:30:51 +09:00
7 changed files with 0 additions and 7 deletions

View file

@ -28,7 +28,6 @@
#include <AK/ScopeGuard.h>
#include <AK/String.h>
#include <fcntl.h>
#include <stdio.h>
#include <sys/mman.h>
#include <sys/stat.h>
#include <unistd.h>