summaryrefslogtreecommitdiff
path: root/lib/rbcodec
diff options
context:
space:
mode:
Diffstat (limited to 'lib/rbcodec')
-rw-r--r--lib/rbcodec/dsp/eq.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/rbcodec/dsp/eq.c b/lib/rbcodec/dsp/eq.c
index e4d7bf5e02..8990090f1c 100644
--- a/lib/rbcodec/dsp/eq.c
+++ b/lib/rbcodec/dsp/eq.c
@@ -19,7 +19,7 @@
19 * KIND, either express or implied. 19 * KIND, either express or implied.
20 * 20 *
21 ****************************************************************************/ 21 ****************************************************************************/
22#include "rbcodecconfig.h" 22#include "platform.h"
23#include "fixedpoint.h" 23#include "fixedpoint.h"
24#include "fracmul.h" 24#include "fracmul.h"
25#include "dsp_filter.h" 25#include "dsp_filter.h"