From 56f17c4164bf4e8a7b6996b0a5c2670d0917de25 Mon Sep 17 00:00:00 2001 From: Michael Sevakis Date: Sun, 29 Apr 2012 17:31:30 -0400 Subject: Make rbcodec/dsp includes more specific. Change-Id: Idb6af40df26f5b8499a40e8b98602261ef227044 --- lib/rbcodec/dsp/crossfeed.c | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'lib/rbcodec/dsp/crossfeed.c') diff --git a/lib/rbcodec/dsp/crossfeed.c b/lib/rbcodec/dsp/crossfeed.c index ecb5564..344adda 100644 --- a/lib/rbcodec/dsp/crossfeed.c +++ b/lib/rbcodec/dsp/crossfeed.c @@ -20,14 +20,15 @@ * ****************************************************************************/ #include "config.h" -#include "system.h" -#include "dsp.h" -#include "dsp_filter.h" +#include +#include #include "fixedpoint.h" #include "fracmul.h" #include "replaygain.h" -#include #include "dsp_proc_entry.h" +#include "dsp_filter.h" +#include "crossfeed.h" +#include /* Implemented here or in target assembly code */ void crossfeed_process(struct dsp_proc_entry *this, struct dsp_buffer **buf_p); -- cgit v1.1