Everywhere: Include <LibGfx/Painter.h> in fewer places

Touching Painter.h now rebuilds ~40 files instead of ~300.
This commit is contained in:
Andreas Kling 2024-06-05 10:33:18 +02:00 committed by Andreas Kling
commit fe4cc32380
Notes: sideshowbarker 2024-07-16 21:30:46 +09:00
15 changed files with 16 additions and 8 deletions

View file

@ -13,7 +13,6 @@
#include <LibGfx/AntiAliasingPainter.h>
#include <LibGfx/Color.h>
#include <LibGfx/Forward.h>
#include <LibGfx/Painter.h>
#include <LibGfx/Path.h>
#include <LibGfx/PathClipper.h>
#include <LibWeb/Bindings/PlatformObject.h>