summaryrefslogtreecommitdiff
path: root/firmware
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
parent90f2806656b1c4561919b2f07a438c797146af63 (diff)
downloadrockbox-44624521ffeb3b2a5351716dfa381cadc08251ae.tar.gz
rockbox-44624521ffeb3b2a5351716dfa381cadc08251ae.zip
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')
-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)
358#endif 358#endif
359#if defined(HAVE_LCD_BITMAP) || defined(SIMULATOR) /* not CHARCELLS */ 359#if defined(HAVE_LCD_BITMAP) || defined(SIMULATOR) /* not CHARCELLS */
360 360
361#if defined(HAVE_LCD_CHARCELLS) && defined(SIMULATOR)
362#include <chardef.h>
363#endif
364
365/* 361/*
366 * All bitmaps have this format: 362 * All bitmaps have this format:
367 * Bits within a byte are arranged veritcally, LSB at top. 363 * Bits within a byte are arranged veritcally, LSB at top.
@@ -733,10 +729,6 @@ void lcd_getfontsize(unsigned int font, int *width, int *height)
733 } 729 }
734} 730}
735 731
736#if defined(HAVE_LCD_CHARCELLS) && defined(SIMULATOR)
737#include <charundef.h>
738#endif
739
740#else 732#else
741/* no LCD defined, no code to use */ 733/* no LCD defined, no code to use */
742#endif 734#endif