From 9ff301bf918cd85d9f67047f10631b7a74345a90 Mon Sep 17 00:00:00 2001 From: Florin Malita Date: Mon, 1 May 2017 13:22:11 -0400 Subject: Remove SkLights include from SkCanvas.h SkLights.h pulls in a bunch of other headers and is not needed (fwdecl works fine). Change-Id: Id2d7176eb3bf4609f72f46d513eebf59318f542f Reviewed-on: https://skia-review.googlesource.com/14904 Reviewed-by: Mike Reed Commit-Queue: Florin Malita --- tests/HighContrastFilterTest.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'tests/HighContrastFilterTest.cpp') diff --git a/tests/HighContrastFilterTest.cpp b/tests/HighContrastFilterTest.cpp index 26f1a7c1f4..7c3fc84c25 100644 --- a/tests/HighContrastFilterTest.cpp +++ b/tests/HighContrastFilterTest.cpp @@ -5,6 +5,7 @@ * found in the LICENSE file. */ +#include "SkBitmap.h" #include "SkCanvas.h" #include "SkHighContrastFilter.h" #include "Test.h" -- cgit v1.2.3