forked from len0rd/rockbox
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
This commit is contained in:
parent
351c8b2573
commit
b612263b1e
6 changed files with 13 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue