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/dsp_misc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/rbcodec/dsp/dsp_misc.c') diff --git a/lib/rbcodec/dsp/dsp_misc.c b/lib/rbcodec/dsp/dsp_misc.c index 40d198ff50..03c6a70052 100644 --- a/lib/rbcodec/dsp/dsp_misc.c +++ b/lib/rbcodec/dsp/dsp_misc.c @@ -21,7 +21,7 @@ * KIND, either express or implied. * ****************************************************************************/ -#include "config.h" +#include "rbcodecconfig.h" #include "sound.h" #include "fixedpoint.h" #include "replaygain.h" -- cgit v1.2.3