Removed useless include

This commit is contained in:
f4exb 2016-11-08 17:28:03 +01:00
parent bfe24df76e
commit 995fd04543
1 changed files with 0 additions and 4 deletions

View File

@ -22,10 +22,6 @@
#ifndef SDRBASE_DSP_INTHALFBANDFILTEREO_H_
#define SDRBASE_DSP_INTHALFBANDFILTEREO_H_
#ifdef USE_SSE4_1
#include <smmintrin.h>
#endif
#include <stdint.h>
#include "dsp/dsptypes.h"
#include "dsp/hbfiltertraits.h"