From 1ebeefe24661ff353ebd8b22e2ac11997ee39aab Mon Sep 17 00:00:00 2001 From: Ben Wagner Date: Fri, 2 Mar 2018 16:59:53 -0500 Subject: IWYU for test files starting with 'A'. While testing some changes to iwyu, started fixing some files. Made it to AsADashTest.cpp before running into https://github.com/include-what-you-use/include-what-you-use/issues/364 Change-Id: I42b65df4f1f8116e0ea1b2cd774651990db1b132 Reviewed-on: https://skia-review.googlesource.com/111861 Reviewed-by: Ben Wagner Reviewed-by: Herb Derby Commit-Queue: Ben Wagner --- tests/AsADashTest.cpp | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'tests/AsADashTest.cpp') diff --git a/tests/AsADashTest.cpp b/tests/AsADashTest.cpp index 2077b66425..b612f23c18 100644 --- a/tests/AsADashTest.cpp +++ b/tests/AsADashTest.cpp @@ -5,11 +5,13 @@ * found in the LICENSE file. */ -#include "Test.h" - -#include "SkPathEffect.h" -#include "SkDashPathEffect.h" #include "SkCornerPathEffect.h" +#include "SkDashPathEffect.h" +#include "SkPathEffect.h" +#include "SkRefCnt.h" +#include "SkScalar.h" +#include "SkTemplates.h" +#include "Test.h" DEF_TEST(AsADashTest_noneDash, reporter) { sk_sp pe(SkCornerPathEffect::Make(1.0)); -- cgit v1.2.3