diff --git a/apps/plugins/othelo.c b/apps/plugins/othelo.c index 0ac7828367..386bf52753 100644 --- a/apps/plugins/othelo.c +++ b/apps/plugins/othelo.c @@ -30,11 +30,10 @@ * # Reintroduce suspend feature under plugin system */ - -#ifdef HAVE_LCD_BITMAP - /* Plugin header */ #include "plugin.h" + +#ifdef HAVE_LCD_BITMAP static struct plugin_api* rb; /***************************************************************************/