lcd-remote-target.h: Use only in firmware/target/

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31614 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Rafaël Carré 2012-01-07 20:05:44 +00:00
parent d00b7e8a6d
commit 12ef8723f8
6 changed files with 6 additions and 38 deletions

View file

@ -27,6 +27,7 @@
#ifdef HAVE_REMOTE_LCD
#include "lcd-remote.h"
#include "lcd-remote-target.h"
static bool remote_hold = false;
static bool headphones_status = true;
#endif

View file

@ -24,6 +24,7 @@
#include "thread.h"
#include "system.h"
#include "lcd-remote.h"
#include "lcd-remote-target.h"
#include "button.h"
#include "button-target.h"