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/ArenaAllocTest.cpp | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'tests/ArenaAllocTest.cpp') diff --git a/tests/ArenaAllocTest.cpp b/tests/ArenaAllocTest.cpp index 137e60e135..e4da0b8ad4 100644 --- a/tests/ArenaAllocTest.cpp +++ b/tests/ArenaAllocTest.cpp @@ -5,9 +5,14 @@ * found in the LICENSE file. */ -#include "Test.h" #include "SkArenaAlloc.h" #include "SkRefCnt.h" +#include "SkTypes.h" +#include "Test.h" + +#include +#include +#include namespace { -- cgit v1.2.3