Fix building with MSVC for ARM

cmnintrin.h only existed for Windows CE, and doesn't seem to actually
be necessary for building this.
This commit is contained in:
Martin Storsjo 2016-09-09 11:53:34 +03:00
parent f2b77f8100
commit b69a012832
1 changed files with 0 additions and 1 deletions

View File

@ -167,7 +167,6 @@ amm-info@iis.fraunhofer.de
#endif
#ifdef _M_ARM
#include "cmnintrin.h"
#include "armintr.h"
#endif