summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
authorTomer Shalev <shalev.tomer@gmail.com>2009-10-19 21:28:18 +0000
committerTomer Shalev <shalev.tomer@gmail.com>2009-10-19 21:28:18 +0000
commitdc193433921003a829091fd9fc535ed53487ab89 (patch)
tree6cdc77e0f3ce424f6652a412b55754b30ae8fbb5 /apps
parent5d585f4b9be0c3a5c6e669133ad0d9a01f8ffb62 (diff)
downloadrockbox-dc193433921003a829091fd9fc535ed53487ab89.tar.gz
rockbox-dc193433921003a829091fd9fc535ed53487ab89.zip
Fix red: Too aggressive exclusion of includes
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23274 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps')
-rw-r--r--apps/misc.c1
-rw-r--r--apps/screens.c1
2 files changed, 2 insertions, 0 deletions
diff --git a/apps/misc.c b/apps/misc.c
index 198aff3014..2766264de7 100644
--- a/apps/misc.c
+++ b/apps/misc.c
@@ -36,6 +36,7 @@
36#include "errno.h" 36#include "errno.h"
37#include "system.h" 37#include "system.h"
38#include "timefuncs.h" 38#include "timefuncs.h"
39#include "screens.h"
39#include "usb_screen.h" 40#include "usb_screen.h"
40#include "talk.h" 41#include "talk.h"
41#include "mpeg.h" 42#include "mpeg.h"
diff --git a/apps/screens.c b/apps/screens.c
index bc416f1baa..8d3fe802f0 100644
--- a/apps/screens.c
+++ b/apps/screens.c
@@ -30,6 +30,7 @@
30#include "font.h" 30#include "font.h"
31#include "audio.h" 31#include "audio.h"
32#include "mp3_playback.h" 32#include "mp3_playback.h"
33#include "usb.h"
33#include "settings.h" 34#include "settings.h"
34#include "status.h" 35#include "status.h"
35#include "playlist.h" 36#include "playlist.h"