LibGfx: Include implicit header files from EdgeFlagPathRasterizer

This ensures that we aren't relying on transitive dependencies for
AK::log2(integral_value) and WindingRule
This commit is contained in:
Andrew Kaster 2024-08-05 20:43:08 -06:00 committed by Andrew Kaster
parent e7a9126f81
commit 54c7bb1e9d
Notes: github-actions[bot] 2024-08-07 00:29:11 +00:00

View file

@ -8,11 +8,13 @@
#include <AK/Array.h>
#include <AK/GenericShorthands.h>
#include <AK/IntegralMath.h>
#include <AK/Vector.h>
#include <LibGfx/Bitmap.h>
#include <LibGfx/Forward.h>
#include <LibGfx/PaintStyle.h>
#include <LibGfx/Path.h>
#include <LibGfx/WindingRule.h>
namespace Gfx {