aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/AsADashTest.cpp
diff options
context:
space:
mode:
authorGravatar Ben Wagner <bungeman@google.com>2018-03-02 16:59:53 -0500
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2018-03-02 22:39:59 +0000
commit1ebeefe24661ff353ebd8b22e2ac11997ee39aab (patch)
treeafbb0b7b464750023fa91f8d4d783eb61171e418 /tests/AsADashTest.cpp
parentc931d6e84bdfa0140eedde6e278a81fff1034a60 (diff)
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 <bungeman@google.com> Reviewed-by: Herb Derby <herb@google.com> Commit-Queue: Ben Wagner <bungeman@google.com>
Diffstat (limited to 'tests/AsADashTest.cpp')
-rw-r--r--tests/AsADashTest.cpp10
1 files changed, 6 insertions, 4 deletions
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<SkPathEffect> pe(SkCornerPathEffect::Make(1.0));