From 281d1fadb34242347da379ddeba75d2195148b4c Mon Sep 17 00:00:00 2001 From: Thomas Martitz Date: Sun, 5 Jan 2014 01:22:19 +0100 Subject: Do not include kernel.h in system.h. system.h doesn't need it on its own and this change makes it less dependant on Rockbox internals. Change-Id: I4e1e4108a52a7b599627a829204eb82b392fc6d6 --- apps/codec_thread.c | 1 + 1 file changed, 1 insertion(+) (limited to 'apps/codec_thread.c') diff --git a/apps/codec_thread.c b/apps/codec_thread.c index 8f9f5a3..f2039d1 100644 --- a/apps/codec_thread.c +++ b/apps/codec_thread.c @@ -20,6 +20,7 @@ * KIND, either express or implied. * ****************************************************************************/ + #include "config.h" #include "system.h" #include "kernel.h" -- cgit v1.1