forked from len0rd/rockbox
pdbox: Corrected inclusion of m_fixed.h .
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26551 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
d166d61b09
commit
66cc643402
39 changed files with 40 additions and 40 deletions
|
|
@ -6,8 +6,8 @@
|
|||
#include "../../pdbox.h"
|
||||
#endif
|
||||
|
||||
#include"../src/m_pd.h"
|
||||
#include<../src/m_fixed.h>
|
||||
#include "../src/m_pd.h"
|
||||
#include "../src/m_fixed.h"
|
||||
|
||||
/* sigsqrt - square root good to 8 mantissa bits */
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue