diff options
author | Maurus Cuelenaere <mcuelenaere@gmail.com> | 2009-07-04 13:17:58 +0000 |
---|---|---|
committer | Maurus Cuelenaere <mcuelenaere@gmail.com> | 2009-07-04 13:17:58 +0000 |
commit | c3bc8fda8019c69c1bf9cd74539df07db527eebc (patch) | |
tree | 7bab3843bfe24cbdbb5153baba12827bcd755a72 /apps/dsp.c | |
parent | 861b8d8606059de2f7527e9429dc109e8b89c03c (diff) |
Revert "Consolidate all fixed point math routines in one library (FS#10400) by Jeffrey Goode"
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21635 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/dsp.c')
-rw-r--r-- | apps/dsp.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/dsp.c b/apps/dsp.c index 66469304b0..a760865afb 100644 --- a/apps/dsp.c +++ b/apps/dsp.c @@ -33,7 +33,6 @@ #include "misc.h" #include "tdspeed.h" #include "buffer.h" -#include "fixedpoint.h" /* 16-bit samples are scaled based on these constants. The shift should be * no more than 15. |