aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar bsalomon@google.com <bsalomon@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2011-08-09 14:15:20 +0000
committerGravatar bsalomon@google.com <bsalomon@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2011-08-09 14:15:20 +0000
commitd4777d92949c55f0bb937b602c9a2ddf4c1fba1d (patch)
treebe19bb50a2d5f366db84b38195aad1ee2551400b
parentf6ff4951f7cf40fab078eb8016ceb7f53b8ec81e (diff)
Remove unnecessary header include.
git-svn-id: http://skia.googlecode.com/svn/trunk@2080 2bbb7eff-a529-9590-31e7-b0007b416f81
-rw-r--r--gpu/src/GrStencilBuffer.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/gpu/src/GrStencilBuffer.h b/gpu/src/GrStencilBuffer.h
index af96a20eb9..b24ebbae11 100644
--- a/gpu/src/GrStencilBuffer.h
+++ b/gpu/src/GrStencilBuffer.h
@@ -13,9 +13,6 @@
#include "GrClip.h"
#include "GrResource.h"
-// REMOVE ME
-#include "GrRenderTarget.h"
-
class GrRenderTarget;
class GrResourceEntry;