include what you use

BUG=skia:

Change-Id: I3b9fb3db06a26c55f338f05418ca8ba6fbe7cedf
Reviewed-on: https://skia-review.googlesource.com/8400
Reviewed-by: Mike Reed <reed@google.com>
Commit-Queue: Mike Reed <reed@google.com>
This commit is contained in:
Mike Reed 2017-02-13 16:48:17 -05:00 committed by Skia Commit-Bot
parent 8572d85351
commit c5aa2669df
2 changed files with 1 additions and 3 deletions

View File

@ -6,6 +6,7 @@
*/
#include "gm.h"
#include "SkRegion.h"
// This GM exercises the use case found in crbug.com/423834.
// The following pattern:

View File

@ -17,9 +17,6 @@
#include "SkLights.h"
#include "../private/SkShadowParams.h"
// remove this as soon as clients do their own IWYU
#include "SkRegion.h"
class GrContext;
class GrRenderTargetContext;
class SkBaseDevice;