mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-25 00:50:22 +00:00
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:
parent
e7a9126f81
commit
54c7bb1e9d
Notes:
github-actions[bot]
2024-08-07 00:29:11 +00:00
Author: https://github.com/ADKaster Commit: https://github.com/LadybirdBrowser/ladybird/commit/54c7bb1e9de Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/965
1 changed files with 2 additions and 0 deletions
|
@ -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 {
|
||||
|
||||
|
|
Loading…
Reference in a new issue