mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-13 03:29:49 +00:00
LibWeb+Services: Remove unused #includes
No functional changes.
This commit is contained in:
parent
20fbd38b77
commit
4fbeea6482
Notes:
github-actions[bot]
2025-01-31 12:29:39 +00:00
Author: https://github.com/gmta
Commit: 4fbeea6482
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/3400
Reviewed-by: https://github.com/kalenikaliaksandr
11 changed files with 2 additions and 28 deletions
|
@ -7,12 +7,9 @@
|
|||
#include <core/SkBitmap.h>
|
||||
#include <core/SkBlurTypes.h>
|
||||
#include <core/SkCanvas.h>
|
||||
#include <core/SkColorFilter.h>
|
||||
#include <core/SkFont.h>
|
||||
#include <core/SkFontMgr.h>
|
||||
#include <core/SkMaskFilter.h>
|
||||
#include <core/SkPath.h>
|
||||
#include <core/SkPathBuilder.h>
|
||||
#include <core/SkPathEffect.h>
|
||||
#include <core/SkRRect.h>
|
||||
#include <core/SkSurface.h>
|
||||
|
@ -25,7 +22,6 @@
|
|||
#include <pathops/SkPathOps.h>
|
||||
|
||||
#include <LibGfx/Font/ScaledFont.h>
|
||||
#include <LibGfx/PathSkia.h>
|
||||
#include <LibGfx/SkiaUtils.h>
|
||||
#include <LibWeb/CSS/ComputedValues.h>
|
||||
#include <LibWeb/Painting/DisplayListPlayerSkia.h>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue