mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-04 15:45:25 +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
@@ -7,7 +7,7 @@
|
||||
|
||||
#include "TextLayout.h"
|
||||
#include <AK/TypeCasts.h>
|
||||
#include <LibGfx/Font/ScaledFont.h>
|
||||
#include <LibGfx/Point.h>
|
||||
#include <harfbuzz/hb.h>
|
||||
|
||||
namespace Gfx {
|
||||
|
||||
Reference in New Issue
Block a user