1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-28 07:07:44 +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:
Ben Wiederhake 2021-02-01 22:48:35 +01:00 committed by Andreas Kling
parent 0a2304ba05
commit c9bb887c55
7 changed files with 0 additions and 7 deletions

View file

@ -26,7 +26,6 @@
#pragma once
#include "Applications/Piano/Music.h"
#include <AK/NonnullRefPtrVector.h>
#include <AK/Optional.h>
#include <AK/RefCounted.h>

View file

@ -27,7 +27,6 @@
#include <AK/Vector.h>
#include <LibGfx/BMPWriter.h>
#include <LibGfx/Bitmap.h>
#include <cstring>
namespace Gfx {