aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/CTest.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/CTest.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/CTest.cpp')
-rw-r--r--tests/CTest.cpp6
1 files changed, 4 insertions, 2 deletions
diff --git a/tests/CTest.cpp b/tests/CTest.cpp
index 1f301efa7e..425b264718 100644
--- a/tests/CTest.cpp
+++ b/tests/CTest.cpp
@@ -6,11 +6,13 @@
*/
#include "Test.h"
-
#include "sk_canvas.h"
#include "sk_paint.h"
-#include "sk_surface.h"
#include "sk_shader.h"
+#include "sk_surface.h"
+#include "sk_types.h"
+
+#include <stdint.h>
static void shader_test(skiatest::Reporter* reporter) {
sk_imageinfo_t info =