diff --git a/src/include/OpenImageIO/simd.h b/src/include/OpenImageIO/simd.h index 05db5f636d..85ecd629cc 100644 --- a/src/include/OpenImageIO/simd.h +++ b/src/include/OpenImageIO/simd.h @@ -46,11 +46,6 @@ #include -// Without SSE, we need to fall back on Imath for matrix44 invert -#if !OIIO_SIMD_SSE -# include -#endif - ////////////////////////////////////////////////////////////////////////// // Sort out which SIMD capabilities we have and set definitions