aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/ClipStackTest.cpp
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 /tests/ClipStackTest.cpp
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 'tests/ClipStackTest.cpp')
-rw-r--r--tests/ClipStackTest.cpp1
1 files changed, 0 insertions, 1 deletions
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"