aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-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"