diff options
Diffstat (limited to 'lib/rbcodec/dsp/eq.c')
| -rw-r--r-- | lib/rbcodec/dsp/eq.c | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/lib/rbcodec/dsp/eq.c b/lib/rbcodec/dsp/eq.c index 4e7df9b..a9e200f 100644 --- a/lib/rbcodec/dsp/eq.c +++ b/lib/rbcodec/dsp/eq.c @@ -23,11 +23,13 @@ #include "system.h" #include "fixedpoint.h" #include "fracmul.h" -#include "dsp.h" #include "dsp_filter.h" +#include "dsp_proc_entry.h" +#include "dsp_core.h" +#include "eq.h" +#include "pga.h" #include "replaygain.h" #include <string.h> -#include "dsp_proc_entry.h" /** * Current setup is one lowshelf filters three peaking filters and one |