diff --git a/apps/plugins/othelo.c b/apps/plugins/othelo.c index 688021e087..7f0502794b 100644 --- a/apps/plugins/othelo.c +++ b/apps/plugins/othelo.c @@ -31,11 +31,11 @@ * # Reintroduce suspend feature under plugin system */ +/* Plugin header */ +#include "plugin.h" #ifdef HAVE_LCD_BITMAP -/* Plugin header */ -#include "plugin.h" static struct plugin_api* rb; /***************************************************************************/