summaryrefslogtreecommitdiff
path: root/apps/plugins/viewer.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/viewer.c')
-rw-r--r--apps/plugins/viewer.c9
1 files changed, 0 insertions, 9 deletions
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 @@
18 * 18 *
19 ****************************************************************************/ 19 ****************************************************************************/
20#include "plugin.h" 20#include "plugin.h"
21
22#ifdef HAVE_LCD_BITMAP
23#include "recorder/widgets.h"
24#endif
25
26#include <ctype.h> 21#include <ctype.h>
27 22
28#ifndef SIMULATOR
29#include <ctype.c>
30#endif
31
32#if PLUGIN_API_VERSION < 3 23#if PLUGIN_API_VERSION < 3
33#error Scrollbar function requires PLUGIN_API_VERSION 3 at least 24#error Scrollbar function requires PLUGIN_API_VERSION 3 at least
34#endif 25#endif