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/tone_controls.c | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'lib/rbcodec/dsp/tone_controls.c') diff --git a/lib/rbcodec/dsp/tone_controls.c b/lib/rbcodec/dsp/tone_controls.c index 01381ea330..e636b04b9a 100644 --- a/lib/rbcodec/dsp/tone_controls.c +++ b/lib/rbcodec/dsp/tone_controls.c @@ -19,14 +19,11 @@ * KIND, either express or implied. * ****************************************************************************/ -#include "config.h" -#include -#include -#include +#include "rbcodecconfig.h" +#include "platform.h" #include "dsp_proc_entry.h" #include "dsp_filter.h" #include "tone_controls.h" -#include /* These apply to all DSP streams to remain as consistant as possible with * the behavior of hardware tone controls */ -- cgit v1.2.3