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

View File

@ -44,8 +44,6 @@
#include <time.h>
#include <codecs/lib/codeclib.h>
#include "asm_arm.h"
#include "asm_mcf5249.h"
#include "codeclib_misc.h"
#include "mdct_lookup.h"

View File

@ -20,8 +20,6 @@
#include "codeclib.h"
#include "mdct.h"
#include "asm_arm.h"
#include "asm_mcf5249.h"
#include "codeclib_misc.h"
#include "mdct_lookup.h"

View File

@ -32,8 +32,6 @@
#include <codecs.h>
#endif /* ROCKBOX */
#include "asm_arm.h"
#include "asm_mcf5249.h"
#include "codeclib_misc.h"
#ifndef ICONST_ATTR_TREMOR_WINDOW

View File

@ -37,8 +37,6 @@
#ifdef ROCKBOX
/* get definitions of MULT31, MULT31_SHIFT15, vect_add, from codelib */
#include "asm_arm.h"
#include "asm_mcf5249.h"
#include "codeclib_misc.h"
#include "codeclib.h"
#endif

View File

@ -4,11 +4,7 @@
#include "../lib/mdct_lookup.h" /* for revtab */
#include "../lib/fft.h" /* for FFT data structures */
#include "codeclib.h"
/* for XNPROD31 */
#include "asm_arm.h"
#include "asm_mcf5249.h"
#include "codeclib_misc.h"
#include "codeclib_misc.h" /* for XNPROD31 */
#include "wmapro_math.h"