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/pga.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/rbcodec/dsp/pga.c') diff --git a/lib/rbcodec/dsp/pga.c b/lib/rbcodec/dsp/pga.c index 522789fcf2..9d57f4c2cb 100644 --- a/lib/rbcodec/dsp/pga.c +++ b/lib/rbcodec/dsp/pga.c @@ -19,8 +19,8 @@ * KIND, either express or implied. * ****************************************************************************/ -#include "config.h" -#include "system.h" +#include "rbcodecconfig.h" +#include "platform.h" #include "dsp-util.h" #include "fixedpoint.h" #include "fracmul.h" -- cgit v1.2.3