diff options
| author | Linus Nielsen Feltzing <linus@haxx.se> | 2004-07-13 14:01:41 +0000 |
|---|---|---|
| committer | Linus Nielsen Feltzing <linus@haxx.se> | 2004-07-13 14:01:41 +0000 |
| commit | 0c458c043a2e95cfed15d143ff0053b44b6a425c (patch) | |
| tree | 3f4cdfa76f06d593322c64b34cbdc9d889e02f6c /apps/plugins | |
| parent | ae9b319ec555fd9b33c5c37b68b5578442e9de9f (diff) | |
| download | rockbox-0c458c043a2e95cfed15d143ff0053b44b6a425c.zip rockbox-0c458c043a2e95cfed15d143ff0053b44b6a425c.tar.gz rockbox-0c458c043a2e95cfed15d143ff0053b44b6a425c.tar.bz2 rockbox-0c458c043a2e95cfed15d143ff0053b44b6a425c.tar.xz | |
The plugin API now supports ctype macros like tolower() and friends
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4872 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugins')
| -rw-r--r-- | apps/plugins/viewer.c | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/apps/plugins/viewer.c b/apps/plugins/viewer.c index d8d6b51..a593da2 100644 --- a/apps/plugins/viewer.c +++ b/apps/plugins/viewer.c @@ -18,17 +18,8 @@ * ****************************************************************************/ #include "plugin.h" - -#ifdef HAVE_LCD_BITMAP -#include "recorder/widgets.h" -#endif - #include <ctype.h> -#ifndef SIMULATOR -#include <ctype.c> -#endif - #if PLUGIN_API_VERSION < 3 #error Scrollbar function requires PLUGIN_API_VERSION 3 at least #endif |