summaryrefslogtreecommitdiff
path: root/firmware/export
diff options
context:
space:
mode:
authorBarry Wardell <rockbox@barrywardell.net>2007-01-17 12:34:56 +0000
committerBarry Wardell <rockbox@barrywardell.net>2007-01-17 12:34:56 +0000
commit3f8d732ac9d86b5b5dd7a0eaf0aa368e9ab1ab11 (patch)
tree07b857c7d00785fb8e1cf734ba61b1e44c1e7191 /firmware/export
parentf4709d0c7c160fa594ca9289c9a28352f1d44126 (diff)
downloadrockbox-3f8d732ac9d86b5b5dd7a0eaf0aa368e9ab1ab11.tar.gz
rockbox-3f8d732ac9d86b5b5dd7a0eaf0aa368e9ab1ab11.zip
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
Diffstat (limited to 'firmware/export')
-rw-r--r--firmware/export/font.h2
1 files changed, 1 insertions, 1 deletions
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 @@
23 * Incore font and image definitions 23 * Incore font and image definitions
24 */ 24 */
25#include "config.h" 25#include "config.h"
26#include "sysfont.h"
27 26
28#if defined(HAVE_LCD_BITMAP) || defined(SIMULATOR) 27#if defined(HAVE_LCD_BITMAP) || defined(SIMULATOR)
28#include "sysfont.h"
29 29
30/* max static loadable font buffer size */ 30/* max static loadable font buffer size */
31#ifndef MAX_FONT_SIZE 31#ifndef MAX_FONT_SIZE