aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/SkBitmapProcState_utils.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/SkBitmapProcState_utils.h')
-rw-r--r--src/core/SkBitmapProcState_utils.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/core/SkBitmapProcState_utils.h b/src/core/SkBitmapProcState_utils.h
index b40b45c4e6..ec35ca108d 100644
--- a/src/core/SkBitmapProcState_utils.h
+++ b/src/core/SkBitmapProcState_utils.h
@@ -8,8 +8,6 @@
#ifndef SkBitmapProcState_utils_DEFINED
#define SkBitmapProcState_utils_DEFINED
-#include "SkTo.h"
-
// Helper to ensure that when we shift down, we do it w/o sign-extension
// so the caller doesn't have to manually mask off the top 16 bits
//