1
0
Fork 0
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:
Nils Wallménius 2010-07-29 12:52:04 +00:00
parent 37d605a578
commit 1de66faa8e
6 changed files with 3 additions and 15 deletions

View file

@ -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 */