summaryrefslogtreecommitdiff
path: root/apps/settings.c
diff options
context:
space:
mode:
authorJonathan Gordon <rockbox@jdgordon.info>2009-07-27 07:21:05 +0000
committerJonathan Gordon <rockbox@jdgordon.info>2009-07-27 07:21:05 +0000
commit5e5fc64cb2e74024e15cb33eab6b832610c2a60b (patch)
tree915ce63e39060b2f7223d60d730ce8f8fa2cf67f /apps/settings.c
parent4e16015427287381e4ef826a61118408c96658f0 (diff)
downloadrockbox-5e5fc64cb2e74024e15cb33eab6b832610c2a60b.tar.gz
rockbox-5e5fc64cb2e74024e15cb33eab6b832610c2a60b.zip
Start of some apps/ and wps cleanup work... Move everything related to the actual drawing of the wps into apps/gui/wps_engine, things related to the actual screen are in apps/gui/music_screen.c (names are temporary unless noone comes up with anything better)
No real code changes. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22062 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/settings.c')
-rw-r--r--apps/settings.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/settings.c b/apps/settings.c
index 29360f14d3..800cc59a56 100644
--- a/apps/settings.c
+++ b/apps/settings.c
@@ -52,7 +52,6 @@
52#endif 52#endif
53#include "lang.h" 53#include "lang.h"
54#include "language.h" 54#include "language.h"
55#include "gwps.h"
56#include "powermgmt.h" 55#include "powermgmt.h"
57#include "sprintf.h" 56#include "sprintf.h"
58#include "keyboard.h" 57#include "keyboard.h"
@@ -70,6 +69,7 @@
70#if CONFIG_TUNER 69#if CONFIG_TUNER
71#include "radio.h" 70#include "radio.h"
72#endif 71#endif
72#include "wps_engine/wps_engine.h"
73 73
74#if CONFIG_CODEC == MAS3507D 74#if CONFIG_CODEC == MAS3507D
75void dac_line_in(bool enable); 75void dac_line_in(bool enable);