diff options
author | Chris Robinson <[email protected]> | 2021-03-28 06:10:45 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2021-03-28 06:10:45 -0700 |
commit | e32b551944c70e0575187e03b653dd9c5282f432 (patch) | |
tree | dda6fce94d707e9fc77df40afd770ba7de3a5a02 /utils | |
parent | 8ab5e5dba253d1609423b8e3625655d7b1937584 (diff) |
Remove some unnecessary includes
Diffstat (limited to 'utils')
-rw-r--r-- | utils/uhjdecoder.cpp | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/utils/uhjdecoder.cpp b/utils/uhjdecoder.cpp index 1efed0dd..f9db4895 100644 --- a/utils/uhjdecoder.cpp +++ b/utils/uhjdecoder.cpp @@ -24,12 +24,6 @@ #include "config.h" -#ifdef HAVE_SSE_INTRINSICS -#include <xmmintrin.h> -#elif defined(HAVE_NEON) -#include <arm_neon.h> -#endif - #include <array> #include <complex> #include <cstring> |