Skip to content

Commit

Permalink
Remove unnecessary include of SkEncodedImageFormat
Browse files Browse the repository at this point in the history
Bug: skia:13983
Change-Id: I53de9ad7350e67195914cf75ebdc408d69e7b8c8
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/681356
Auto-Submit: Kevin Lubick <[email protected]>
Commit-Queue: Kevin Lubick <[email protected]>
Reviewed-by: Julia Lavrova <[email protected]>
  • Loading branch information
kjlubick authored and SkCQ committed Apr 25, 2023
1 parent f6f0c4b commit 95449a7
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 7 deletions.
1 change: 0 additions & 1 deletion experimental/sktext/tests/FontResolvedText.cpp
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
1 change: 0 additions & 1 deletion experimental/sktext/tests/SelectableText.cpp
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
1 change: 0 additions & 1 deletion experimental/sktext/tests/ShapedText.cpp
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
1 change: 0 additions & 1 deletion experimental/sktext/tests/UnicodeText.cpp
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
1 change: 0 additions & 1 deletion experimental/sktext/tests/WrappedText.cpp
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
1 change: 0 additions & 1 deletion fuzz/FuzzSkParagraph.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
1 change: 0 additions & 1 deletion modules/skparagraph/tests/SkParagraphTest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 95449a7

Please sign in to comment.