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/display_menu.c | |
parent | 351c8b257381cefc14b86b4d5de9eb93390f4de4 (diff) |
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/display_menu.c')
-rw-r--r-- | apps/menus/display_menu.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/menus/display_menu.c b/apps/menus/display_menu.c index 957307d8a8..3e1443d02e 100644 --- a/apps/menus/display_menu.c +++ b/apps/menus/display_menu.c @@ -35,7 +35,9 @@ #endif #include "talk.h" #include "lcd.h" +#ifdef HAVE_REMOTE_LCD #include "lcd-remote.h" +#endif #ifdef HAVE_TOUCHSCREEN #include "screens.h" #endif |