diff options
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 |