Remove direct includes of SkMath.h

None of these seem to actually use the symbols there.

Skia plans to remove SkMath.h from the public API.

Change-Id: I03a9a4cd2f3eaf7a943e408c16e7c3b9db29c343
This commit is contained in:
Kevin Lubick
2023-01-17 19:34:28 +00:00
parent 92b6a5b08c
commit daeb4c6561
4 changed files with 0 additions and 4 deletions

View File

@@ -34,7 +34,6 @@
#include "SkImageFilter.h"
#include "SkImageInfo.h"
#include "SkLatticeIter.h"
#include "SkMath.h"
#include "SkPaint.h"
#include "SkPicture.h"
#include "SkRRect.h"

View File

@@ -16,7 +16,6 @@
#include "SkiaInterpolator.h"
#include "include/core/SkMath.h"
#include "include/core/SkScalar.h"
#include "include/core/SkTypes.h"
#include "include/private/SkFixed.h"

View File

@@ -14,7 +14,6 @@
#include "SkColorSpace.h"
#include "SkEncodedImageFormat.h"
#include "SkImageInfo.h"
#include "SkMath.h"
#include "SkPaint.h"
#include "SkPixelRef.h"
#include "SkRect.h"

View File

@@ -14,7 +14,6 @@
#include "SkColorSpace.h"
#include "SkFontMetrics.h"
#include "SkImageInfo.h"
#include "SkMath.h"
#include "SkPixelRef.h"
#include "SkPoint.h"
#include "SkRect.h"