mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-01 13:49:16 +00:00
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:
parent
0a2304ba05
commit
c9bb887c55
Notes:
sideshowbarker
2024-07-18 22:30:51 +09:00
Author: https://github.com/BenWiederhake
Commit: c9bb887c55
Pull-request: https://github.com/SerenityOS/serenity/pull/5258
7 changed files with 0 additions and 7 deletions
|
@ -35,7 +35,6 @@
|
|||
# include <Kernel/Thread.h>
|
||||
#else
|
||||
# include <stdio.h>
|
||||
# include <unistd.h>
|
||||
#endif
|
||||
|
||||
namespace AK {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue