diff options
| author | Bertrik Sikken <bertrik@sikken.nl> | 2009-04-25 21:32:55 +0000 |
|---|---|---|
| committer | Bertrik Sikken <bertrik@sikken.nl> | 2009-04-25 21:32:55 +0000 |
| commit | d4d121538d8351f03056e8796abb1d6f3cfdaf44 (patch) | |
| tree | 4f8f3ba683ff77a4f55e02c4cb97e57993d6499e /apps/tree.c | |
| parent | 5b316afcfdb874bb4aebfd85449247e33fcd9614 (diff) | |
| download | rockbox-d4d121538d8351f03056e8796abb1d6f3cfdaf44.zip rockbox-d4d121538d8351f03056e8796abb1d6f3cfdaf44.tar.gz rockbox-d4d121538d8351f03056e8796abb1d6f3cfdaf44.tar.bz2 rockbox-d4d121538d8351f03056e8796abb1d6f3cfdaf44.tar.xz | |
Remove unnecessary #include "backlight.h"
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20790 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/tree.c')
| -rw-r--r-- | apps/tree.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/tree.c b/apps/tree.c index 66979ea..7ae9905 100644 --- a/apps/tree.c +++ b/apps/tree.c @@ -28,7 +28,6 @@ #include "file.h" #include "lcd.h" #include "font.h" -#include "backlight.h" #include "button.h" #include "kernel.h" #include "usb.h" |