aboutsummaryrefslogtreecommitdiffhomepage
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
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>
-rw-r--r--src/gpu/ops/GrDrawPathOp.h2
-rw-r--r--src/gpu/ops/GrMeshDrawOp.h2
-rw-r--r--src/gpu/vk/GrVkMemory.h1
-rw-r--r--tests/ClipStackTest.cpp1
4 files changed, 0 insertions, 6 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;
diff --git a/src/gpu/vk/GrVkMemory.h b/src/gpu/vk/GrVkMemory.h
index 741bdaa8a0..fe91703c60 100644
--- a/src/gpu/vk/GrVkMemory.h
+++ b/src/gpu/vk/GrVkMemory.h
@@ -10,7 +10,6 @@
#include "GrVkBuffer.h"
#include "SkTArray.h"
-#include "SkTLList.h"
#include "vk/GrVkDefines.h"
#include "vk/GrVkTypes.h"
diff --git a/tests/ClipStackTest.cpp b/tests/ClipStackTest.cpp
index 05d705f5c9..498e60d45a 100644
--- a/tests/ClipStackTest.cpp
+++ b/tests/ClipStackTest.cpp
@@ -22,7 +22,6 @@
#include "SkSize.h"
#include "SkString.h"
#include "SkSurface.h"
-#include "SkTLList.h"
#include "SkTemplates.h"
#include "SkTypes.h"
#include "Test.h"