diff options
| author | Rob Purchase <shotofadds@rockbox.org> | 2008-05-06 20:53:06 +0000 |
|---|---|---|
| committer | Rob Purchase <shotofadds@rockbox.org> | 2008-05-06 20:53:06 +0000 |
| commit | b9fe84abeab2636a9459db73ef94780005cd46c5 (patch) | |
| tree | a2432f040d7811ddf660dc7068b71bdd9ae97c43 /apps/plugins | |
| parent | ee8ebc9160ae993e4c176df6a5d4f18d589f9dd8 (diff) | |
| download | rockbox-b9fe84abeab2636a9459db73ef94780005cd46c5.zip rockbox-b9fe84abeab2636a9459db73ef94780005cd46c5.tar.gz rockbox-b9fe84abeab2636a9459db73ef94780005cd46c5.tar.bz2 rockbox-b9fe84abeab2636a9459db73ef94780005cd46c5.tar.xz | |
Remove two unused #includes from test_touchpad.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17399 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugins')
| -rw-r--r-- | apps/plugins/test_touchpad.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/apps/plugins/test_touchpad.c b/apps/plugins/test_touchpad.c index 7778ec6..2970f6f 100644 --- a/apps/plugins/test_touchpad.c +++ b/apps/plugins/test_touchpad.c @@ -17,8 +17,6 @@ * ****************************************************************************/ #include "plugin.h" -#include "helper.h" -#include "grey.h" PLUGIN_HEADER |