From 40a3af52048aa8692924ba97dd3ea011604c8ac6 Mon Sep 17 00:00:00 2001 From: Jens Arnold Date: Fri, 21 Nov 2008 20:07:15 +0000 Subject: That test plugin was forgotten in the make system overhaul. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19174 a1c6a512-1295-4272-9138-f99709370657 --- apps/plugins/test_grey.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/plugins/test_grey.c b/apps/plugins/test_grey.c index 8ae880e..34167e4 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 -- cgit v1.1