From 646e4293f06d9de6d44dbfa3c32cdc15a6f5906e Mon Sep 17 00:00:00 2001 From: Robert Phillips Date: Tue, 13 Jun 2017 12:44:56 -0400 Subject: Retract GrTexture*.h & GrRenderTarget*.h from other headers This does push some additional work (& includes) into the .cpp files. Change-Id: I27c847e371802270d13594dcc22aae44039990bb Reviewed-on: https://skia-review.googlesource.com/19660 Commit-Queue: Robert Phillips Reviewed-by: Brian Salomon --- tests/ClearTest.cpp | 4 ---- 1 file changed, 4 deletions(-) (limited to 'tests/ClearTest.cpp') diff --git a/tests/ClearTest.cpp b/tests/ClearTest.cpp index b6ae685831..bcd0899867 100644 --- a/tests/ClearTest.cpp +++ b/tests/ClearTest.cpp @@ -10,10 +10,6 @@ #if SK_SUPPORT_GPU #include "GrContext.h" #include "GrRenderTargetContext.h" -#include "GrGpu.h" -#include "GrRenderTarget.h" -#include "GrResourceProvider.h" -#include "GrTexture.h" static bool check_rect(GrRenderTargetContext* rtc, const SkIRect& rect, uint32_t expectedValue, uint32_t* actualValue, int* failX, int* failY) { -- cgit v1.2.3