summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRafaël Carré <rafael.carre@gmail.com>2012-01-07 19:45:09 +0000
committerRafaël Carré <rafael.carre@gmail.com>2012-01-07 19:45:09 +0000
commit2200c2aa22403f76c0d88c5bccd26ddf03c1eb10 (patch)
treefb944e17041764f92c1c7421375504d113431742
parent56e2eea175fe10a6aba6ac797376ce12129e7694 (diff)
downloadrockbox-2200c2aa22403f76c0d88c5bccd26ddf03c1eb10.tar.gz
rockbox-2200c2aa22403f76c0d88c5bccd26ddf03c1eb10.zip
rolo: include lcd-remote.h only when needed
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31610 a1c6a512-1295-4272-9138-f99709370657
-rw-r--r--firmware/rolo.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/firmware/rolo.c b/firmware/rolo.c
index 3569746258..6e7b3ba533 100644
--- a/firmware/rolo.c
+++ b/firmware/rolo.c
@@ -21,7 +21,9 @@
21 21
22#include "config.h" 22#include "config.h"
23#include "lcd.h" 23#include "lcd.h"
24#ifdef HAVE_REMOTE_LCD
24#include "lcd-remote.h" 25#include "lcd-remote.h"
26#endif
25#include "thread.h" 27#include "thread.h"
26#include "kernel.h" 28#include "kernel.h"
27#include "button.h" 29#include "button.h"