diff options
-rw-r--r-- | apps/plugins/test_grey.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/plugins/test_grey.c b/apps/plugins/test_grey.c index 8ae880efb3..34167e44c3 100644 --- a/apps/plugins/test_grey.c +++ b/apps/plugins/test_grey.c @@ -19,8 +19,8 @@ * ****************************************************************************/ #include "plugin.h" -#include "grey.h" -#include "helper.h" +#include "lib/grey.h" +#include "lib/helper.h" PLUGIN_HEADER |