Chromium Code Reviews| Index: include/core/SkTypes.h |
| diff --git a/include/core/SkTypes.h b/include/core/SkTypes.h |
| index d680ca5ecc098a84622c4583c9615a68cd0d59f5..c2c8f0a80b380bd78377b407e335b76d00dc17ae 100644 |
| --- a/include/core/SkTypes.h |
| +++ b/include/core/SkTypes.h |
| @@ -13,12 +13,6 @@ |
| #include "SkPostConfig.h" |
| #include <stdint.h> |
| #include <sys/types.h> |
| - |
| -#if defined(SK_ARM_HAS_NEON) |
| - #include <arm_neon.h> |
| -#elif SK_CPU_SSE_LEVEL >= SK_CPU_LEVEL_SSE2 |
| - #include <immintrin.h> |
| -#endif |
| /** \file SkTypes.h |
| */ |