summaryrefslogtreecommitdiff
path: root/firmware/target/hosted
diff options
context:
space:
mode:
authorThomas Martitz <kugel@rockbox.org>2011-02-18 23:29:11 +0000
committerThomas Martitz <kugel@rockbox.org>2011-02-18 23:29:11 +0000
commit8bc2801e7cb78be60967fefa96a71d4e91761630 (patch)
tree1d9ee050f9e00bfc328939b1f56aaf070fa3c3ec /firmware/target/hosted
parent1e391fbdbc4af5fbee0a88d2c6199fabfef4f534 (diff)
downloadrockbox-8bc2801e7cb78be60967fefa96a71d4e91761630.tar.gz
rockbox-8bc2801e7cb78be60967fefa96a71d4e91761630.zip
Fix red caused by incorrect includes.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29329 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/target/hosted')
-rw-r--r--firmware/target/hosted/sdl/button-sdl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/target/hosted/sdl/button-sdl.c b/firmware/target/hosted/sdl/button-sdl.c
index 9c8188a12f..4fab9e85d8 100644
--- a/firmware/target/hosted/sdl/button-sdl.c
+++ b/firmware/target/hosted/sdl/button-sdl.c
@@ -28,7 +28,7 @@
28#include "button.h" 28#include "button.h"
29#include "kernel.h" 29#include "kernel.h"
30#include "backlight.h" 30#include "backlight.h"
31#include "misc.h" 31#include "system.h"
32#include "button-sdl.h" 32#include "button-sdl.h"
33#include "backlight.h" 33#include "backlight.h"
34#include "sim_tasks.h" 34#include "sim_tasks.h"