Chromium Code Reviews| Index: src/opts/SkPMFloat_neon.h |
| diff --git a/src/opts/SkPMFloat_neon.h b/src/opts/SkPMFloat_neon.h |
| index f3d265573dd497a8943f215f7a813e390cdaf25f..004b6588ddc4895742ad6faefbd3ae04fac9f6a0 100644 |
| --- a/src/opts/SkPMFloat_neon.h |
| +++ b/src/opts/SkPMFloat_neon.h |
| @@ -1,5 +1,4 @@ |
| #include "SkColorPriv.h" |
| -#include "SkPMFloat.h" |
| #include <arm_neon.h> |
| // For set(), we widen our 8 bit components (fix8) to 8-bit components in 16 bits (fix8_16), |