summaryrefslogtreecommitdiff
path: root/lib/rbcodec/dsp/dsp_core.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/rbcodec/dsp/dsp_core.c')
-rw-r--r--lib/rbcodec/dsp/dsp_core.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/lib/rbcodec/dsp/dsp_core.c b/lib/rbcodec/dsp/dsp_core.c
index 5e365eb08d..871ccbfd23 100644
--- a/lib/rbcodec/dsp/dsp_core.c
+++ b/lib/rbcodec/dsp/dsp_core.c
@@ -19,12 +19,10 @@
19 * KIND, either express or implied. 19 * KIND, either express or implied.
20 * 20 *
21 ****************************************************************************/ 21 ****************************************************************************/
22#include "config.h" 22#include "rbcodecconfig.h"
23#include "system.h"
24#include "platform.h" 23#include "platform.h"
25#include "dsp_core.h" 24#include "dsp_core.h"
26#include "dsp_sample_io.h" 25#include "dsp_sample_io.h"
27#include <sys/types.h>
28 26
29/* Define LOGF_ENABLE to enable logf output in this file */ 27/* Define LOGF_ENABLE to enable logf output in this file */
30/*#define LOGF_ENABLE*/ 28/*#define LOGF_ENABLE*/