diff options
| author | Michael Sevakis <jethead71@rockbox.org> | 2013-05-27 03:40:02 -0400 |
|---|---|---|
| committer | Michael Sevakis <jethead71@rockbox.org> | 2013-05-27 03:40:02 -0400 |
| commit | 46688a60db58a54e5456c8e4777c92c66c9e45bb (patch) | |
| tree | e797b09d58bfb10360f633432835c03dda45a4e6 /lib/rbcodec/dsp/compressor.c | |
| parent | b5a6517e9d8f319d7a965fd5c5751b925efeb064 (diff) | |
| download | rockbox-46688a60db58a54e5456c8e4777c92c66c9e45bb.zip rockbox-46688a60db58a54e5456c8e4777c92c66c9e45bb.tar.gz rockbox-46688a60db58a54e5456c8e4777c92c66c9e45bb.tar.bz2 rockbox-46688a60db58a54e5456c8e4777c92c66c9e45bb.tar.xz | |
Missed removing a couple unwanted includes in previous commit.
Get those too.
Change-Id: Id2a39afe7a61d6ec0cea38633b94fe1b7122204f
Diffstat (limited to 'lib/rbcodec/dsp/compressor.c')
| -rw-r--r-- | lib/rbcodec/dsp/compressor.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/rbcodec/dsp/compressor.c b/lib/rbcodec/dsp/compressor.c index 630672a..fc73f76 100644 --- a/lib/rbcodec/dsp/compressor.c +++ b/lib/rbcodec/dsp/compressor.c @@ -19,8 +19,6 @@ * ****************************************************************************/ #include "rbcodecconfig.h" -#include <stdbool.h> -#include <sys/types.h> #include "fixedpoint.h" #include "fracmul.h" #include <string.h> |