diff options
| author | Rafaël Carré <rafael.carre@gmail.com> | 2012-01-07 19:35:46 +0000 |
|---|---|---|
| committer | Rafaël Carré <rafael.carre@gmail.com> | 2012-01-07 19:35:46 +0000 |
| commit | b612263b1e75859aa773c63a9a5bfe7978f35e77 (patch) | |
| tree | 355cb606c2559053d5852830bd4a77b8e4141ec8 /apps/menus/theme_menu.c | |
| parent | 351c8b257381cefc14b86b4d5de9eb93390f4de4 (diff) | |
| download | rockbox-b612263b1e75859aa773c63a9a5bfe7978f35e77.zip rockbox-b612263b1e75859aa773c63a9a5bfe7978f35e77.tar.gz rockbox-b612263b1e75859aa773c63a9a5bfe7978f35e77.tar.bz2 rockbox-b612263b1e75859aa773c63a9a5bfe7978f35e77.tar.xz | |
apps: lcd-remote.h is not needed if HAVE_REMOTE_LCD is not defined
Fix a comment
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31608 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/menus/theme_menu.c')
| -rw-r--r-- | apps/menus/theme_menu.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/menus/theme_menu.c b/apps/menus/theme_menu.c index 5e04191..93511f8 100644 --- a/apps/menus/theme_menu.c +++ b/apps/menus/theme_menu.c @@ -32,7 +32,9 @@ #include "list.h" #include "color_picker.h" #include "lcd.h" +#ifdef HAVE_REMOTE_LCD #include "lcd-remote.h" +#endif #include "backdrop.h" #include "exported_menus.h" #include "appevents.h" |