summaryrefslogtreecommitdiff
path: root/firmware/drivers
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2002-05-30 14:50:28 +0000
committerDaniel Stenberg <daniel@haxx.se>2002-05-30 14:50:28 +0000
commit44624521ffeb3b2a5351716dfa381cadc08251ae (patch)
treed25df3753ee842426dd2893214a8534c8e977084 /firmware/drivers
parent90f2806656b1c4561919b2f07a438c797146af63 (diff)
removed char(un)def.h includes
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@828 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/drivers')
-rw-r--r--firmware/drivers/lcd.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/firmware/drivers/lcd.c b/firmware/drivers/lcd.c
index 00b51ee926..f9eb53c433 100644
--- a/firmware/drivers/lcd.c
+++ b/firmware/drivers/lcd.c
@@ -358,10 +358,6 @@ void lcd_double_height(bool on)
#endif
#if defined(HAVE_LCD_BITMAP) || defined(SIMULATOR) /* not CHARCELLS */
-#if defined(HAVE_LCD_CHARCELLS) && defined(SIMULATOR)
-#include <chardef.h>
-#endif
-
/*
* All bitmaps have this format:
* Bits within a byte are arranged veritcally, LSB at top.
@@ -733,10 +729,6 @@ void lcd_getfontsize(unsigned int font, int *width, int *height)
}
}
-#if defined(HAVE_LCD_CHARCELLS) && defined(SIMULATOR)
-#include <charundef.h>
-#endif
-
#else
/* no LCD defined, no code to use */
#endif