forked from len0rd/rockbox
Make codeclib_misc.h include the asm headers to simplify inclusion magic.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27615 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
37d605a578
commit
1de66faa8e
6 changed files with 3 additions and 15 deletions
|
@ -22,8 +22,8 @@
|
|||
//#include "ivorbiscodec.h"
|
||||
//#include "os_types.h"
|
||||
|
||||
//#include "asm_arm.h"
|
||||
//#include "asm_mcf5249.h"
|
||||
#include "asm_arm.h"
|
||||
#include "asm_mcf5249.h"
|
||||
|
||||
|
||||
/* Some prototypes that were not defined elsewhere */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue