diff options
author | Rafaël Carré <rafael.carre@gmail.com> | 2011-12-31 18:44:55 +0000 |
---|---|---|
committer | Rafaël Carré <rafael.carre@gmail.com> | 2011-12-31 18:44:55 +0000 |
commit | 568c441fd8b7a9a2c940ce051adf6050e4e0f93d (patch) | |
tree | 31e34489965a018ad37795d5d9f34b2c876369bf /bootloader/main-pp.c | |
parent | db9ce6dc7fbd55f293141bececea91fc3d3682f3 (diff) |
usb-target.h: remove
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31498 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'bootloader/main-pp.c')
-rw-r--r-- | bootloader/main-pp.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/bootloader/main-pp.c b/bootloader/main-pp.c index 78a71cbf96..28aee9cf90 100644 --- a/bootloader/main-pp.c +++ b/bootloader/main-pp.c @@ -48,7 +48,6 @@ #if defined(SANSA_E200) || defined(SANSA_C200) || defined(PHILIPS_SA9200) #include "usb_drv.h" #endif -#include "usb-target.h" #if defined(SAMSUNG_YH925) /* this function (in lcd-yh925.c) resets the screen orientation for the OF * for use with dualbooting */ |