rolo: include lcd-remote.h only when needed
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31610 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
56e2eea175
commit
2200c2aa22
1 changed files with 2 additions and 0 deletions
|
@ -21,7 +21,9 @@
|
|||
|
||||
#include "config.h"
|
||||
#include "lcd.h"
|
||||
#ifdef HAVE_REMOTE_LCD
|
||||
#include "lcd-remote.h"
|
||||
#endif
|
||||
#include "thread.h"
|
||||
#include "kernel.h"
|
||||
#include "button.h"
|
||||
|
|
Loading…
Reference in a new issue