summaryrefslogtreecommitdiff
path: root/apps/plugins/plasma.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/plasma.c')
-rw-r--r--apps/plugins/plasma.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/apps/plugins/plasma.c b/apps/plugins/plasma.c
index 22d67b6775..5d12818beb 100644
--- a/apps/plugins/plasma.c
+++ b/apps/plugins/plasma.c
@@ -25,14 +25,14 @@
25****************************************************************************/ 25****************************************************************************/
26 26
27#include "plugin.h" 27#include "plugin.h"
28#include "helper.h" 28#include "lib/helper.h"
29 29
30#ifdef HAVE_LCD_BITMAP 30#ifdef HAVE_LCD_BITMAP
31 31
32#ifndef HAVE_LCD_COLOR 32#ifndef HAVE_LCD_COLOR
33#include "grey.h" 33#include "lib/grey.h"
34#endif 34#endif
35#include "fixedpoint.h" 35#include "lib/fixedpoint.h"
36 36
37PLUGIN_HEADER 37PLUGIN_HEADER
38 38