mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 17:48:12 +00:00
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:
parent
c9bb887c55
commit
fa2b5ca6f6
4 changed files with 0 additions and 10 deletions
|
@ -35,10 +35,6 @@
|
|||
# include <Kernel/Thread.h>
|
||||
#endif
|
||||
|
||||
#if !defined(KERNEL)
|
||||
# include <stdio.h>
|
||||
#endif
|
||||
|
||||
namespace AK {
|
||||
|
||||
const LogStream& operator<<(const LogStream& stream, const String& value)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue