summaryrefslogtreecommitdiff
path: root/apps/gui
diff options
context:
space:
mode:
authorMichael Sevakis <jethead71@rockbox.org>2012-04-29 17:31:30 -0400
committerMichael Sevakis <jethead71@rockbox.org>2012-04-29 17:31:30 -0400
commit56f17c4164bf4e8a7b6996b0a5c2670d0917de25 (patch)
tree51b7312cab17300ef580b74953825a5ff2d22e8e /apps/gui
parent23b5f3e5e1ce19d6d872afe737e8924488d7d58b (diff)
downloadrockbox-56f17c4164bf4e8a7b6996b0a5c2670d0917de25.zip
rockbox-56f17c4164bf4e8a7b6996b0a5c2670d0917de25.tar.gz
rockbox-56f17c4164bf4e8a7b6996b0a5c2670d0917de25.tar.bz2
rockbox-56f17c4164bf4e8a7b6996b0a5c2670d0917de25.tar.xz
Make rbcodec/dsp includes more specific.
Change-Id: Idb6af40df26f5b8499a40e8b98602261ef227044
Diffstat (limited to 'apps/gui')
-rw-r--r--apps/gui/pitchscreen.c1
-rw-r--r--apps/gui/quickscreen.c1
-rw-r--r--apps/gui/skin_engine/skin_tokens.c1
-rw-r--r--apps/gui/skin_engine/skin_touchsupport.c2
-rw-r--r--apps/gui/wps.c1
5 files changed, 1 insertions, 5 deletions
diff --git a/apps/gui/pitchscreen.c b/apps/gui/pitchscreen.c
index 13da415..200033b 100644
--- a/apps/gui/pitchscreen.c
+++ b/apps/gui/pitchscreen.c
@@ -26,7 +26,6 @@
#include <stdlib.h> /* for abs() */
#include "config.h"
#include "action.h"
-#include "dsp.h"
#include "sound.h"
#include "pcmbuf.h"
#include "lang.h"
diff --git a/apps/gui/quickscreen.c b/apps/gui/quickscreen.c
index 965fe67..6e50d61 100644
--- a/apps/gui/quickscreen.c
+++ b/apps/gui/quickscreen.c
@@ -30,7 +30,6 @@
#include "settings_list.h"
#include "lang.h"
#include "playlist.h"
-#include "dsp.h"
#include "viewport.h"
#include "audio.h"
#include "quickscreen.h"
diff --git a/apps/gui/skin_engine/skin_tokens.c b/apps/gui/skin_engine/skin_tokens.c
index 1bb5b8e..0f5deed 100644
--- a/apps/gui/skin_engine/skin_tokens.c
+++ b/apps/gui/skin_engine/skin_tokens.c
@@ -49,7 +49,6 @@
/* Image stuff */
#include "albumart.h"
#endif
-#include "dsp.h"
#include "playlist.h"
#if CONFIG_CODEC == SWCODEC
#include "playback.h"
diff --git a/apps/gui/skin_engine/skin_touchsupport.c b/apps/gui/skin_engine/skin_touchsupport.c
index 59687bd..a52a884 100644
--- a/apps/gui/skin_engine/skin_touchsupport.c
+++ b/apps/gui/skin_engine/skin_touchsupport.c
@@ -32,7 +32,7 @@
#include "lang.h"
#include "splash.h"
#include "playlist.h"
-#include "dsp.h"
+#include "dsp_misc.h"
/** Disarms all touchregions. */
void skin_disarm_touchregions(struct wps_data *data)
diff --git a/apps/gui/wps.c b/apps/gui/wps.c
index 313ac2c..88918e1 100644
--- a/apps/gui/wps.c
+++ b/apps/gui/wps.c
@@ -61,7 +61,6 @@
#include "viewport.h"
#include "pcmbuf.h"
#include "option_select.h"
-#include "dsp.h"
#include "playlist_viewer.h"
#include "wps.h"
#include "statusbar-skinned.h"