diff options
author | Jens Arnold <amiconn@rockbox.org> | 2008-11-21 20:07:15 +0000 |
---|---|---|
committer | Jens Arnold <amiconn@rockbox.org> | 2008-11-21 20:07:15 +0000 |
commit | 40a3af52048aa8692924ba97dd3ea011604c8ac6 (patch) | |
tree | 9463c20dfb9f91b42489902004c2308b339e0e26 | |
parent | 066f0112f7e565a688f52a3984ec3a32d937fe12 (diff) |
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
-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 |