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/recorder/resize.c | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'apps/recorder/resize.c') diff --git a/apps/recorder/resize.c b/apps/recorder/resize.c index 1e45b66a24..32384537d4 100644 --- a/apps/recorder/resize.c +++ b/apps/recorder/resize.c @@ -31,12 +31,14 @@ * ****************************************************************************/ -#include #include #include #include -#include -#include "inttypes.h" +#include + +#include "general.h" +#include "kernel.h" +#include "system.h" #ifndef PLUGIN #include "debug.h" #endif -- cgit v1.2.3