diff options
| author | Bertrik Sikken <bertrik@sikken.nl> | 2009-09-27 14:46:44 +0000 |
|---|---|---|
| committer | Bertrik Sikken <bertrik@sikken.nl> | 2009-09-27 14:46:44 +0000 |
| commit | 69b40e704db35390332b6f4b6a811934ca1613b6 (patch) | |
| tree | c9e23e02ea5d33b740021915703f3497f66cefef /apps/misc.c | |
| parent | 59368e1750abcbe7c7d3611f8d0b1bb956a0505b (diff) | |
| download | rockbox-69b40e704db35390332b6f4b6a811934ca1613b6.zip rockbox-69b40e704db35390332b6f4b6a811934ca1613b6.tar.gz rockbox-69b40e704db35390332b6f4b6a811934ca1613b6.tar.bz2 rockbox-69b40e704db35390332b6f4b6a811934ca1613b6.tar.xz | |
Clean up duplicate #includes
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22845 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/misc.c')
| -rw-r--r-- | apps/misc.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/misc.c b/apps/misc.c index 1715fe3..3134e02 100644 --- a/apps/misc.c +++ b/apps/misc.c @@ -81,7 +81,6 @@ #ifdef BOOTFILE #if !defined(USB_NONE) && !defined(USB_HANDLED_BY_OF) #include "rolo.h" -#include "yesno.h" #endif #endif |