aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/BitmapCopyTest.cpp
diff options
context:
space:
mode:
authorGravatar Ben Wagner <bungeman@google.com>2018-03-09 14:41:36 -0500
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2018-03-09 20:19:02 +0000
commite6b04a1407c5be8c84b233fd1cbc9523f2102be3 (patch)
treed2b2a3eb8d98705ec80e7605014122d50b4e2d80 /tests/BitmapCopyTest.cpp
parent4b8da2ace31dcfc01d592b764f71ad2b265fdf7d (diff)
IWYU for test files starting with 'B'.
Found reproduction of iwyu issue #486, fixed at https://github.com/include-what-you-use/include-what-you-use/pull/522 Change-Id: Ic77a1a0c3b02b7853517c7fc4d98d92b29c2b0eb Reviewed-on: https://skia-review.googlesource.com/113214 Reviewed-by: Herb Derby <herb@google.com> Commit-Queue: Ben Wagner <bungeman@google.com>
Diffstat (limited to 'tests/BitmapCopyTest.cpp')
-rw-r--r--tests/BitmapCopyTest.cpp8
1 files changed, 7 insertions, 1 deletions
diff --git a/tests/BitmapCopyTest.cpp b/tests/BitmapCopyTest.cpp
index 09e44ceb16..b1b079c531 100644
--- a/tests/BitmapCopyTest.cpp
+++ b/tests/BitmapCopyTest.cpp
@@ -6,8 +6,14 @@
*/
#include "SkBitmap.h"
+#include "SkColor.h"
+#include "SkColorSpace.h"
+#include "SkImageInfo.h"
+#include "SkPoint.h"
#include "SkRect.h"
-#include "SkTemplates.h"
+#include "SkRefCnt.h"
+#include "SkSize.h"
+#include "SkTypes.h"
#include "Test.h"
#include "sk_tool_utils.h"