From b612263b1e75859aa773c63a9a5bfe7978f35e77 Mon Sep 17 00:00:00 2001 From: Rafaël Carré Date: Sat, 7 Jan 2012 19:35:46 +0000 Subject: 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 --- apps/debug_menu.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'apps/debug_menu.c') diff --git a/apps/debug_menu.c b/apps/debug_menu.c index 8e1abdd161..2a742408d2 100644 --- a/apps/debug_menu.c +++ b/apps/debug_menu.c @@ -52,7 +52,9 @@ #ifdef HAVE_TAGCACHE #include "tagcache.h" #endif +#ifdef HAVE_REMOTE_LCD #include "lcd-remote.h" +#endif #include "crc32.h" #include "logf.h" #if (CONFIG_PLATFORM & PLATFORM_NATIVE) -- cgit v1.2.3