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/gui/viewport.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/gui/viewport.c')
-rw-r--r-- | apps/gui/viewport.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/gui/viewport.c b/apps/gui/viewport.c index a55ccc3221..760e13cff7 100644 --- a/apps/gui/viewport.c +++ b/apps/gui/viewport.c @@ -22,7 +22,9 @@ #include <stdlib.h> #include "config.h" #include "lcd.h" +#ifdef HAVE_REMOTE_LCD #include "lcd-remote.h" +#endif #include "font.h" #include "viewport.h" #include "screen_access.h" |