diff options
| author | Daniel Stenberg <daniel@haxx.se> | 2002-05-30 14:50:28 +0000 |
|---|---|---|
| committer | Daniel Stenberg <daniel@haxx.se> | 2002-05-30 14:50:28 +0000 |
| commit | 44624521ffeb3b2a5351716dfa381cadc08251ae (patch) | |
| tree | d25df3753ee842426dd2893214a8534c8e977084 | |
| parent | 90f2806656b1c4561919b2f07a438c797146af63 (diff) | |
| download | rockbox-44624521ffeb3b2a5351716dfa381cadc08251ae.zip rockbox-44624521ffeb3b2a5351716dfa381cadc08251ae.tar.gz rockbox-44624521ffeb3b2a5351716dfa381cadc08251ae.tar.bz2 rockbox-44624521ffeb3b2a5351716dfa381cadc08251ae.tar.xz | |
removed char(un)def.h includes
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@828 a1c6a512-1295-4272-9138-f99709370657
| -rw-r--r-- | firmware/drivers/lcd.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/firmware/drivers/lcd.c b/firmware/drivers/lcd.c index 00b51ee..f9eb53c 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 |