summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRob Purchase <shotofadds@rockbox.org>2008-05-06 20:53:06 +0000
committerRob Purchase <shotofadds@rockbox.org>2008-05-06 20:53:06 +0000
commitb9fe84abeab2636a9459db73ef94780005cd46c5 (patch)
treea2432f040d7811ddf660dc7068b71bdd9ae97c43
parentee8ebc9160ae993e4c176df6a5d4f18d589f9dd8 (diff)
downloadrockbox-b9fe84abeab2636a9459db73ef94780005cd46c5.tar.gz
rockbox-b9fe84abeab2636a9459db73ef94780005cd46c5.zip
Remove two unused #includes from test_touchpad.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17399 a1c6a512-1295-4272-9138-f99709370657
-rw-r--r--apps/plugins/test_touchpad.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/apps/plugins/test_touchpad.c b/apps/plugins/test_touchpad.c
index 7778ec6cbe..2970f6fbf4 100644
--- a/apps/plugins/test_touchpad.c
+++ b/apps/plugins/test_touchpad.c
@@ -17,8 +17,6 @@
17 * 17 *
18 ****************************************************************************/ 18 ****************************************************************************/
19#include "plugin.h" 19#include "plugin.h"
20#include "helper.h"
21#include "grey.h"
22 20
23PLUGIN_HEADER 21PLUGIN_HEADER
24 22