aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/ops/GrOp.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/gpu/ops/GrOp.cpp')
-rw-r--r--src/gpu/ops/GrOp.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gpu/ops/GrOp.cpp b/src/gpu/ops/GrOp.cpp
index f020cdef67..798d29d358 100644
--- a/src/gpu/ops/GrOp.cpp
+++ b/src/gpu/ops/GrOp.cpp
@@ -9,7 +9,6 @@
#include "GrMemoryPool.h"
#include "SkSpinlock.h"
-#include "SkTo.h"
// TODO I noticed a small benefit to using a larger exclusive pool for ops. Its very small, but
// seems to be mostly consistent. There is a lot in flux right now, but we should really revisit