summaryrefslogtreecommitdiff
path: root/lib/rbcodec/dsp/dsp_filter.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/rbcodec/dsp/dsp_filter.c')
-rw-r--r--lib/rbcodec/dsp/dsp_filter.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/lib/rbcodec/dsp/dsp_filter.c b/lib/rbcodec/dsp/dsp_filter.c
index ee0ce1b18f..b74d499e51 100644
--- a/lib/rbcodec/dsp/dsp_filter.c
+++ b/lib/rbcodec/dsp/dsp_filter.c
@@ -18,13 +18,12 @@
18 * KIND, either express or implied. 18 * KIND, either express or implied.
19 * 19 *
20 ****************************************************************************/ 20 ****************************************************************************/
21#include <stdbool.h> 21#include "rbcodecconfig.h"
22#include <string.h>
23#include "config.h"
24#include "fixedpoint.h" 22#include "fixedpoint.h"
25#include "fracmul.h" 23#include "fracmul.h"
26#include "dsp_filter.h" 24#include "dsp_filter.h"
27#include "replaygain.h" 25#include "replaygain.h"
26#include <string.h>
28 27
29enum filter_shift 28enum filter_shift
30{ 29{