mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-03 23:25:20 +00:00
LibGfx: Clean up #include directives
We actually include what we use where we use it. This change aims to improve the speed of incremental builds.
This commit is contained in:
committed by
Alexander Kalenik
parent
063cd68bf4
commit
8a07131229
@@ -5,7 +5,6 @@
|
||||
*/
|
||||
|
||||
#include <AK/Checked.h>
|
||||
#include <AK/Forward.h>
|
||||
#include <LibCore/AnonymousBuffer.h>
|
||||
#include <LibGfx/Bitmap.h>
|
||||
#include <LibGfx/BitmapSequence.h>
|
||||
|
||||
Reference in New Issue
Block a user