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,14 +19,11 @@
|
|||
* KIND, either express or implied.
|
||||
*
|
||||
****************************************************************************/
|
||||
#include "config.h"
|
||||
#include <stdbool.h>
|
||||
#include <sys/types.h>
|
||||
#include <stdint.h>
|
||||
#include "rbcodecconfig.h"
|
||||
#include "platform.h"
|
||||
#include "dsp_proc_entry.h"
|
||||
#include "dsp_filter.h"
|
||||
#include "tone_controls.h"
|
||||
#include <string.h>
|
||||
|
||||
/* These apply to all DSP streams to remain as consistant as possible with
|
||||
* the behavior of hardware tone controls */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue