From 3f8d732ac9d86b5b5dd7a0eaf0aa368e9ab1ab11 Mon Sep 17 00:00:00 2001 From: Barry Wardell Date: Wed, 17 Jan 2007 12:34:56 +0000 Subject: sysfont.h is only needed by devices with bitmap displays. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12042 a1c6a512-1295-4272-9138-f99709370657 --- firmware/export/font.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'firmware/export') diff --git a/firmware/export/font.h b/firmware/export/font.h index 3cf60aeac3..c775128cd9 100644 --- a/firmware/export/font.h +++ b/firmware/export/font.h @@ -23,9 +23,9 @@ * Incore font and image definitions */ #include "config.h" -#include "sysfont.h" #if defined(HAVE_LCD_BITMAP) || defined(SIMULATOR) +#include "sysfont.h" /* max static loadable font buffer size */ #ifndef MAX_FONT_SIZE -- cgit v1.2.3