Converter: Remove no longer necessary includes

These were only needed when I wasn't using Accelerate framework.

Signed-off-by: Christopher Snowhill <kode54@gmail.com>
CQTexperiment
Christopher Snowhill 2022-02-04 19:53:17 -08:00
parent ac0058ad1a
commit 39cc33cac4
1 changed files with 0 additions and 8 deletions

View File

@ -18,14 +18,6 @@
#import "hdcd_decode2.h"
#import <TargetConditionals.h>
#if TARGET_CPU_X86 || TARGET_CPU_X86_64
#include <emmintrin.h>
#elif TARGET_CPU_ARM || TARGET_CPU_ARM64
#include <arm_neon.h>
#endif
void PrintStreamDesc (AudioStreamBasicDescription *inDesc)
{
if (!inDesc) {