diff options
author | 2023-01-17 19:34:28 +0000 | |
---|---|---|
committer | 2023-01-17 23:10:35 +0000 | |
commit | daeb4c656139f6c6f415452dc55efd3e7565a34e (patch) | |
tree | 981417e70448721a16f62f4e87f069916dbdc73a | |
parent | 92b6a5b08c6cecabcaa7e2f02f6f7dfe2c76c1cb (diff) |
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
-rw-r--r-- | libs/hwui/RecordingCanvas.cpp | 1 | ||||
-rw-r--r-- | libs/hwui/SkiaInterpolator.cpp | 1 | ||||
-rw-r--r-- | libs/hwui/jni/BitmapFactory.cpp | 1 | ||||
-rw-r--r-- | libs/hwui/jni/Graphics.cpp | 1 |
4 files changed, 0 insertions, 4 deletions
diff --git a/libs/hwui/RecordingCanvas.cpp b/libs/hwui/RecordingCanvas.cpp index e1030b0faf8e..cb385d45dc5e 100644 --- a/libs/hwui/RecordingCanvas.cpp +++ b/libs/hwui/RecordingCanvas.cpp @@ -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" diff --git a/libs/hwui/SkiaInterpolator.cpp b/libs/hwui/SkiaInterpolator.cpp index 47bd0b96ebd3..b58f517834a3 100644 --- a/libs/hwui/SkiaInterpolator.cpp +++ b/libs/hwui/SkiaInterpolator.cpp @@ -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" diff --git a/libs/hwui/jni/BitmapFactory.cpp b/libs/hwui/jni/BitmapFactory.cpp index c98b87a5b924..2f3e9bf29c81 100644 --- a/libs/hwui/jni/BitmapFactory.cpp +++ b/libs/hwui/jni/BitmapFactory.cpp @@ -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" diff --git a/libs/hwui/jni/Graphics.cpp b/libs/hwui/jni/Graphics.cpp index c8358497ad62..ae2e974e641d 100644 --- a/libs/hwui/jni/Graphics.cpp +++ b/libs/hwui/jni/Graphics.cpp @@ -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" |