From 995fd045431178f9ad14bda8937fe6bad56c6a10 Mon Sep 17 00:00:00 2001 From: f4exb Date: Tue, 8 Nov 2016 17:28:03 +0100 Subject: [PATCH] Removed useless include --- sdrbase/dsp/inthalfbandfiltereo1.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/sdrbase/dsp/inthalfbandfiltereo1.h b/sdrbase/dsp/inthalfbandfiltereo1.h index ee97e475b..7e2dda65c 100644 --- a/sdrbase/dsp/inthalfbandfiltereo1.h +++ b/sdrbase/dsp/inthalfbandfiltereo1.h @@ -22,10 +22,6 @@ #ifndef SDRBASE_DSP_INTHALFBANDFILTEREO_H_ #define SDRBASE_DSP_INTHALFBANDFILTEREO_H_ -#ifdef USE_SSE4_1 -#include -#endif - #include #include "dsp/dsptypes.h" #include "dsp/hbfiltertraits.h"