From 11951682405f3256d79469197932c69cde549660 Mon Sep 17 00:00:00 2001 From: Paul Licameli Date: Tue, 26 May 2020 17:40:04 -0400 Subject: [PATCH] RealFFTf doesn't need RealFFTf48x --- src/RealFFTf.cpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/RealFFTf.cpp b/src/RealFFTf.cpp index 2bb101d18..feec26493 100644 --- a/src/RealFFTf.cpp +++ b/src/RealFFTf.cpp @@ -48,10 +48,6 @@ #include -#ifdef EXPERIMENTAL_EQ_SSE_THREADED -#include "RealFFTf48x.h" -#endif - #ifndef M_PI #define M_PI 3.14159265358979323846 /* pi */ #endif