forked from len0rd/rockbox
Make rbcodec/dsp includes more specific.
Change-Id: Idb6af40df26f5b8499a40e8b98602261ef227044
This commit is contained in:
parent
23b5f3e5e1
commit
56f17c4164
39 changed files with 47 additions and 66 deletions
|
|
@ -22,15 +22,14 @@
|
|||
*
|
||||
****************************************************************************/
|
||||
#include "config.h"
|
||||
#include "system.h"
|
||||
#include "dsp.h"
|
||||
#include "dsp_sample_io.h"
|
||||
#include "replaygain.h"
|
||||
#include "sound.h"
|
||||
#include "settings.h"
|
||||
#include "fixedpoint.h"
|
||||
#include <string.h>
|
||||
#include "replaygain.h"
|
||||
#include "dsp_proc_entry.h"
|
||||
#include "dsp_sample_io.h"
|
||||
#include "dsp_misc.h"
|
||||
#include <string.h>
|
||||
|
||||
/** Firmware callback interface **/
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue