summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRafaël Carré <rafael.carre@gmail.com>2012-01-07 19:54:47 +0000
committerRafaël Carré <rafael.carre@gmail.com>2012-01-07 19:54:47 +0000
commitd00b7e8a6d460d9781b3e0b4b3708fdec73233a7 (patch)
tree36c10420739d34e021c6d280b6dfdf066ed45987
parentd0d00265cda77f5d7ea9db1f05b7072262d65aee (diff)
downloadrockbox-d00b7e8a6d460d9781b3e0b4b3708fdec73233a7.tar.gz
rockbox-d00b7e8a6d460d9781b3e0b4b3708fdec73233a7.zip
Only use lcd-remote.h #ifdef HAVE_REMOTE_LCD
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31613 a1c6a512-1295-4272-9138-f99709370657
-rw-r--r--firmware/logf.c2
-rw-r--r--firmware/target/hosted/sdl/button-sdl.c2
2 files changed, 4 insertions, 0 deletions
diff --git a/firmware/logf.c b/firmware/logf.c
index d8f036703e..3a6b696b1a 100644
--- a/firmware/logf.c
+++ b/firmware/logf.c
@@ -32,7 +32,9 @@
32#include "config.h" 32#include "config.h"
33#include "system.h" 33#include "system.h"
34#include "font.h" 34#include "font.h"
35#ifdef HAVE_REMOTE_LCD
35#include "lcd-remote.h" 36#include "lcd-remote.h"
37#endif
36#include "logf.h" 38#include "logf.h"
37#include "serial.h" 39#include "serial.h"
38#include "format.h" 40#include "format.h"
diff --git a/firmware/target/hosted/sdl/button-sdl.c b/firmware/target/hosted/sdl/button-sdl.c
index d3b30b41ef..4bd4b8de64 100644
--- a/firmware/target/hosted/sdl/button-sdl.c
+++ b/firmware/target/hosted/sdl/button-sdl.c
@@ -23,7 +23,9 @@
23#include <stdlib.h> /* EXIT_SUCCESS */ 23#include <stdlib.h> /* EXIT_SUCCESS */
24#include "sim-ui-defines.h" 24#include "sim-ui-defines.h"
25#include "lcd-charcells.h" 25#include "lcd-charcells.h"
26#ifdef HAVE_REMOTE_LCD
26#include "lcd-remote.h" 27#include "lcd-remote.h"
28#endif
27#include "config.h" 29#include "config.h"
28#include "button.h" 30#include "button.h"
29#include "kernel.h" 31#include "kernel.h"