diff options
Diffstat (limited to 'src/gpu/effects/GrDitherEffect.h')
-rw-r--r-- | src/gpu/effects/GrDitherEffect.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/gpu/effects/GrDitherEffect.h b/src/gpu/effects/GrDitherEffect.h index d0bf9a9f9c..cbb626424c 100644 --- a/src/gpu/effects/GrDitherEffect.h +++ b/src/gpu/effects/GrDitherEffect.h @@ -10,8 +10,6 @@ */ #ifndef GrDitherEffect_DEFINED #define GrDitherEffect_DEFINED -#include "SkTypes.h" -#if SK_SUPPORT_GPU #include "GrFragmentProcessor.h" #include "GrCoordTransform.h" #include "effects/GrProxyMove.h" @@ -33,4 +31,3 @@ private: typedef GrFragmentProcessor INHERITED; }; #endif -#endif |