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/eq.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'lib/rbcodec/dsp/eq.c') diff --git a/lib/rbcodec/dsp/eq.c b/lib/rbcodec/dsp/eq.c index 372ef9bbad..94cb61deec 100644 --- a/lib/rbcodec/dsp/eq.c +++ b/lib/rbcodec/dsp/eq.c @@ -19,8 +19,7 @@ * KIND, either express or implied. * ****************************************************************************/ -#include "config.h" -#include "system.h" +#include "rbcodecconfig.h" #include "fixedpoint.h" #include "fracmul.h" #include "dsp_filter.h" -- cgit v1.2.3