Everywhere: Remove unnecessary headers 2/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
commit fa2b5ca6f6
Notes: sideshowbarker 2024-07-18 22:30:47 +09:00
4 changed files with 0 additions and 10 deletions

View file

@ -34,10 +34,6 @@
#include <AK/StringView.h>
#include <AK/Vector.h>
#ifndef KERNEL
# include <inttypes.h>
#endif
namespace AK {
String::String(const StringView& view)