From 0c458c043a2e95cfed15d143ff0053b44b6a425c Mon Sep 17 00:00:00 2001 From: Linus Nielsen Feltzing Date: Tue, 13 Jul 2004 14:01:41 +0000 Subject: 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 --- apps/plugins/viewer.c | 9 --------- 1 file changed, 9 deletions(-) (limited to 'apps/plugins/viewer.c') diff --git a/apps/plugins/viewer.c b/apps/plugins/viewer.c index d8d6b516bd..a593da28e7 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 -#ifndef SIMULATOR -#include -#endif - #if PLUGIN_API_VERSION < 3 #error Scrollbar function requires PLUGIN_API_VERSION 3 at least #endif -- cgit v1.2.3