aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/ops
diff options
context:
space:
mode:
authorGravatar Mike Klein <mtklein@chromium.org>2018-06-18 11:24:14 -0400
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2018-06-18 15:52:58 +0000
commite475d016d9f101b7919100099824af3796a0222a (patch)
tree871aadc9e584262f71e593dc3e72b1f2a5a38ef4 /src/gpu/ops
parent4c458b12f68d8704a297c1ec252127c77bdee595 (diff)
remove stray SkTLList includes
Change-Id: I63ba2424bd70f53c14d15bb332a585881d2c4613 Reviewed-on: https://skia-review.googlesource.com/135451 Reviewed-by: Mike Klein <mtklein@chromium.org> Commit-Queue: Mike Klein <mtklein@chromium.org>
Diffstat (limited to 'src/gpu/ops')
-rw-r--r--src/gpu/ops/GrDrawPathOp.h2
-rw-r--r--src/gpu/ops/GrMeshDrawOp.h2
2 files changed, 0 insertions, 4 deletions
diff --git a/src/gpu/ops/GrDrawPathOp.h b/src/gpu/ops/GrDrawPathOp.h
index 7125152f9a..5ca9d226ce 100644
--- a/src/gpu/ops/GrDrawPathOp.h
+++ b/src/gpu/ops/GrDrawPathOp.h
@@ -16,8 +16,6 @@
#include "GrProcessorSet.h"
#include "GrStencilSettings.h"
-#include "SkTLList.h"
-
class GrPaint;
class GrDrawPathOpBase : public GrDrawOp {
diff --git a/src/gpu/ops/GrMeshDrawOp.h b/src/gpu/ops/GrMeshDrawOp.h
index 3bf89db46d..cb2c3326f3 100644
--- a/src/gpu/ops/GrMeshDrawOp.h
+++ b/src/gpu/ops/GrMeshDrawOp.h
@@ -13,8 +13,6 @@
#include "GrMesh.h"
#include "GrPendingProgramElement.h"
-#include "SkTLList.h"
-
class GrAtlasManager;
class GrCaps;
class GrGlyphCache;