summaryrefslogtreecommitdiff
path: root/firmware/target/hosted/sdl/button-sdl.c
diff options
context:
space:
mode:
authorBertrik Sikken <bertrik@sikken.nl>2011-08-14 13:42:32 +0000
committerBertrik Sikken <bertrik@sikken.nl>2011-08-14 13:42:32 +0000
commitb2d0ea204c36785b5ec658ae0aecb89787886d8b (patch)
treecc143b329ff64980122478d390f004c842a721e7 /firmware/target/hosted/sdl/button-sdl.c
parentdbdbc242acf09a73fb48483993fb290a595acc57 (diff)
downloadrockbox-b2d0ea204c36785b5ec658ae0aecb89787886d8b.tar.gz
rockbox-b2d0ea204c36785b5ec658ae0aecb89787886d8b.zip
Remove a couple of duplicate #includes
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30301 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/target/hosted/sdl/button-sdl.c')
-rw-r--r--firmware/target/hosted/sdl/button-sdl.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/firmware/target/hosted/sdl/button-sdl.c b/firmware/target/hosted/sdl/button-sdl.c
index f14e53fb44..323a54a5ea 100644
--- a/firmware/target/hosted/sdl/button-sdl.c
+++ b/firmware/target/hosted/sdl/button-sdl.c
@@ -30,7 +30,6 @@
30#include "backlight.h" 30#include "backlight.h"
31#include "system.h" 31#include "system.h"
32#include "button-sdl.h" 32#include "button-sdl.h"
33#include "backlight.h"
34#include "sim_tasks.h" 33#include "sim_tasks.h"
35#include "buttonmap.h" 34#include "buttonmap.h"
36#include "debug.h" 35#include "debug.h"