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 --- firmware/font.c | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'firmware/font.c') diff --git a/firmware/font.c b/firmware/font.c index 06f104054f..e7a574f0dd 100644 --- a/firmware/font.c +++ b/firmware/font.c @@ -24,14 +24,16 @@ * loaded at startup, as well as their mapping into * the FONT_SYSFIXED, FONT_UI and FONT_MP3 ids. */ -#include "config.h" - #include #include #include -#include "inttypes.h" -#include "lcd.h" +#include +#include + +#include "config.h" #include "system.h" +#include "kernel.h" +#include "lcd.h" #include "font.h" #include "file.h" #include "core_alloc.h" -- cgit v1.2.3