summaryrefslogtreecommitdiff
path: root/lib/rbcodec/dsp/dsp_filter.c
diff options
context:
space:
mode:
authorMichael Sevakis <jethead71@rockbox.org>2013-05-27 03:23:33 -0400
committerMichael Sevakis <jethead71@rockbox.org>2013-05-27 03:23:33 -0400
commitb5a6517e9d8f319d7a965fd5c5751b925efeb064 (patch)
tree3d4f548f85fa87a736b72eef237fb6fbd44d16af /lib/rbcodec/dsp/dsp_filter.c
parent30fe6eb66c59f8c2b0b16ef305a9ab3742595115 (diff)
downloadrockbox-b5a6517e9d8f319d7a965fd5c5751b925efeb064.tar.gz
rockbox-b5a6517e9d8f319d7a965fd5c5751b925efeb064.zip
Remove explicit config.h and system.h includes from DSP code.
Replace with rbcodecconfig.h and platform.h includes. Remove now- unneeded ones as well. Change-Id: I6111b71e90bf86d9fe272a7916f2d34a5c6dd724
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{