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 --- samplecode/SampleAAGeometry.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'samplecode/SampleAAGeometry.cpp') diff --git a/samplecode/SampleAAGeometry.cpp b/samplecode/SampleAAGeometry.cpp index 6f6541b0d9..69aa77fd12 100644 --- a/samplecode/SampleAAGeometry.cpp +++ b/samplecode/SampleAAGeometry.cpp @@ -6,6 +6,7 @@ */ #include "SampleCode.h" +#include "SkBitmap.h" #include "SkCanvas.h" #include "SkGeometry.h" #include "SkIntersections.h" -- cgit v1.2.3