From 95449a75506a28ae31ae7eb383f44bdddbe036e6 Mon Sep 17 00:00:00 2001 From: Kevin Lubick Date: Tue, 25 Apr 2023 15:27:58 -0400 Subject: [PATCH] Remove unnecessary include of SkEncodedImageFormat Bug: skia:13983 Change-Id: I53de9ad7350e67195914cf75ebdc408d69e7b8c8 Reviewed-on: https://skia-review.googlesource.com/c/skia/+/681356 Auto-Submit: Kevin Lubick Commit-Queue: Kevin Lubick Reviewed-by: Julia Lavrova --- experimental/sktext/tests/FontResolvedText.cpp | 1 - experimental/sktext/tests/SelectableText.cpp | 1 - experimental/sktext/tests/ShapedText.cpp | 1 - experimental/sktext/tests/UnicodeText.cpp | 1 - experimental/sktext/tests/WrappedText.cpp | 1 - fuzz/FuzzSkParagraph.cpp | 1 - modules/skparagraph/tests/SkParagraphTest.cpp | 1 - 7 files changed, 7 deletions(-) diff --git a/experimental/sktext/tests/FontResolvedText.cpp b/experimental/sktext/tests/FontResolvedText.cpp index a569658fc09b..13b3487c31e0 100644 --- a/experimental/sktext/tests/FontResolvedText.cpp +++ b/experimental/sktext/tests/FontResolvedText.cpp @@ -1,5 +1,4 @@ // Copyright 2021 Google LLC. -#include "include/codec/SkEncodedImageFormat.h" #include "include/core/SkBitmap.h" #include "include/core/SkCanvas.h" #include "include/core/SkColor.h" diff --git a/experimental/sktext/tests/SelectableText.cpp b/experimental/sktext/tests/SelectableText.cpp index 403002b62c6d..e9b7e1423f59 100644 --- a/experimental/sktext/tests/SelectableText.cpp +++ b/experimental/sktext/tests/SelectableText.cpp @@ -1,5 +1,4 @@ // Copyright 2021 Google LLC. -#include "include/codec/SkEncodedImageFormat.h" #include "include/core/SkBitmap.h" #include "include/core/SkCanvas.h" #include "include/core/SkColor.h" diff --git a/experimental/sktext/tests/ShapedText.cpp b/experimental/sktext/tests/ShapedText.cpp index e55fe92415cf..360663f62ad2 100644 --- a/experimental/sktext/tests/ShapedText.cpp +++ b/experimental/sktext/tests/ShapedText.cpp @@ -1,5 +1,4 @@ // Copyright 2021 Google LLC. -#include "include/codec/SkEncodedImageFormat.h" #include "include/core/SkBitmap.h" #include "include/core/SkCanvas.h" #include "include/core/SkColor.h" diff --git a/experimental/sktext/tests/UnicodeText.cpp b/experimental/sktext/tests/UnicodeText.cpp index 639891db6593..f24238decb61 100644 --- a/experimental/sktext/tests/UnicodeText.cpp +++ b/experimental/sktext/tests/UnicodeText.cpp @@ -1,5 +1,4 @@ // Copyright 2021 Google LLC. -#include "include/codec/SkEncodedImageFormat.h" #include "include/core/SkBitmap.h" #include "include/core/SkCanvas.h" #include "include/core/SkColor.h" diff --git a/experimental/sktext/tests/WrappedText.cpp b/experimental/sktext/tests/WrappedText.cpp index 09c7b18ec3dd..474e7973b63a 100644 --- a/experimental/sktext/tests/WrappedText.cpp +++ b/experimental/sktext/tests/WrappedText.cpp @@ -1,5 +1,4 @@ // Copyright 2021 Google LLC. -#include "include/codec/SkEncodedImageFormat.h" #include "include/core/SkBitmap.h" #include "include/core/SkCanvas.h" #include "include/core/SkColor.h" diff --git a/fuzz/FuzzSkParagraph.cpp b/fuzz/FuzzSkParagraph.cpp index 555845e05f87..6cc4a743cf86 100644 --- a/fuzz/FuzzSkParagraph.cpp +++ b/fuzz/FuzzSkParagraph.cpp @@ -7,7 +7,6 @@ #include "fuzz/Fuzz.h" #include "fuzz/FuzzCommon.h" -#include "include/codec/SkEncodedImageFormat.h" #include "include/core/SkBitmap.h" #include "include/core/SkCanvas.h" #include "include/core/SkColor.h" diff --git a/modules/skparagraph/tests/SkParagraphTest.cpp b/modules/skparagraph/tests/SkParagraphTest.cpp index dbbc957e25ab..1f5cc55b62f8 100644 --- a/modules/skparagraph/tests/SkParagraphTest.cpp +++ b/modules/skparagraph/tests/SkParagraphTest.cpp @@ -4,7 +4,6 @@ * Use of this source code is governed by a BSD-style license that can be * found in the LICENSE file. */ -#include "include/codec/SkEncodedImageFormat.h" #include "include/core/SkBitmap.h" #include "include/core/SkCanvas.h" #include "include/core/SkColor.h"