Index: src/core/SkScalerContext.cpp |
diff --git a/src/core/SkScalerContext.cpp b/src/core/SkScalerContext.cpp |
index 4ce42ddc077cef101215d1d96a3741f5a3cde54e..b765aad97cfb92e933e0cb3529642f34488e41ec 100644 |
--- a/src/core/SkScalerContext.cpp |
+++ b/src/core/SkScalerContext.cpp |
@@ -21,7 +21,6 @@ |
#include "SkRasterizer.h" |
#include "SkRasterClip.h" |
#include "SkStroke.h" |
-#include "SkThread.h" |
#define ComputeBWRowBytes(width) (((unsigned)(width) + 7) >> 3) |