From b5a6517e9d8f319d7a965fd5c5751b925efeb064 Mon Sep 17 00:00:00 2001 From: Michael Sevakis Date: Mon, 27 May 2013 03:23:33 -0400 Subject: Remove explicit config.h and system.h includes from DSP code. Replace with rbcodecconfig.h and platform.h includes. Remove now- unneeded ones as well. Change-Id: I6111b71e90bf86d9fe272a7916f2d34a5c6dd724 --- lib/rbcodec/dsp/crossfeed.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'lib/rbcodec/dsp/crossfeed.c') diff --git a/lib/rbcodec/dsp/crossfeed.c b/lib/rbcodec/dsp/crossfeed.c index bd8ee95042..36a98f1f33 100644 --- a/lib/rbcodec/dsp/crossfeed.c +++ b/lib/rbcodec/dsp/crossfeed.c @@ -20,9 +20,7 @@ * KIND, either express or implied. * ****************************************************************************/ -#include "config.h" -#include -#include +#include "rbcodecconfig.h" #include "fixedpoint.h" #include "fracmul.h" #include "replaygain.h" -- cgit v1.2.3