aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/ColorPrivTest.cpp
diff options
context:
space:
mode:
authorGravatar Ben Wagner <bungeman@google.com>2018-04-17 14:14:51 -0400
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2018-04-17 19:33:14 +0000
commiteed61283770799292615aede81934f4e794621b7 (patch)
tree9fb37aca9647dfda93e0c8ce0668daf55b8d44e1 /tests/ColorPrivTest.cpp
parent21a0380655b03a2593ccf658b38ef0ec6336367c (diff)
IWYU for some more test files starting with 'C'.
Change-Id: I010527b342cbfa0b425ef0d00966219413d9e77d Reviewed-on: https://skia-review.googlesource.com/121886 Reviewed-by: Herb Derby <herb@google.com> Commit-Queue: Ben Wagner <bungeman@google.com>
Diffstat (limited to 'tests/ColorPrivTest.cpp')
-rw-r--r--tests/ColorPrivTest.cpp6
1 files changed, 4 insertions, 2 deletions
diff --git a/tests/ColorPrivTest.cpp b/tests/ColorPrivTest.cpp
index d2045e8e4a..c43873baa4 100644
--- a/tests/ColorPrivTest.cpp
+++ b/tests/ColorPrivTest.cpp
@@ -5,9 +5,11 @@
* found in the LICENSE file.
*/
-#include "Test.h"
-
+#include "SkColor.h"
#include "SkColorData.h"
+#include "SkColorPriv.h"
+#include "SkTypes.h"
+#include "Test.h"
#define ASSERT(expr) REPORTER_ASSERT(r, expr)