From 9b491752b169d1b278ce36486778c13958938b57 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafa=C3=ABl=20Carr=C3=A9?= Date: Mon, 6 Sep 2010 19:23:00 +0000 Subject: [PATCH] debug-as3525.c : fix include, remove comment git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28016 a1c6a512-1295-4272-9138-f99709370657 --- firmware/target/arm/as3525/debug-as3525.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/firmware/target/arm/as3525/debug-as3525.c b/firmware/target/arm/as3525/debug-as3525.c index 391dabe3b0..1ac4a9e166 100644 --- a/firmware/target/arm/as3525/debug-as3525.c +++ b/firmware/target/arm/as3525/debug-as3525.c @@ -20,7 +20,7 @@ ****************************************************************************/ #include -#include "debug-target.h" +#include #include "button.h" #include "lcd.h" #include "font.h" @@ -62,9 +62,6 @@ extern bool sd_enabled; -/* FIXME: target tree is including ./debug-target.h rather than the one in - * sansa-fuze/, even though deps contains the correct one - * if I put the below into a sansa-fuze/debug-target.h, it doesn't work*/ #if defined(SANSA_FUZE) || defined(SANSA_E200V2) || defined(SANSA_C200V2) #define DEBUG_DBOP #include "dbop-as3525.h"