forked from len0rd/rockbox
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
This commit is contained in:
parent
30fe6eb66c
commit
b5a6517e9d
16 changed files with 34 additions and 31 deletions
|
@ -19,8 +19,8 @@
|
|||
* KIND, either express or implied.
|
||||
*
|
||||
****************************************************************************/
|
||||
#include "config.h"
|
||||
#include "system.h"
|
||||
#include "rbcodecconfig.h"
|
||||
#include "platform.h"
|
||||
#include "dsp_core.h"
|
||||
#include "dsp_sample_io.h"
|
||||
#include "dsp_proc_entry.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue