From 36c71a60ca82f9777fbdd239f63f62ccf68cf3f5 Mon Sep 17 00:00:00 2001 From: Maurus Cuelenaere Date: Thu, 29 Jan 2009 20:49:43 +0000 Subject: Get checkwps working again git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19880 a1c6a512-1295-4272-9138-f99709370657 --- apps/gui/wps_parser.c | 15 +++------------ 1 file changed, 3 insertions(+), 12 deletions(-) (limited to 'apps/gui') diff --git a/apps/gui/wps_parser.c b/apps/gui/wps_parser.c index acf161b6bb..0cc3ced06a 100644 --- a/apps/gui/wps_parser.c +++ b/apps/gui/wps_parser.c @@ -22,7 +22,6 @@ #include #include #include -#include "gwps.h" #include "file.h" #include "misc.h" #include "plugin.h" @@ -32,30 +31,24 @@ #include "proxy.h" #include "settings.h" #include "sysfont.h" -#include "gwps.h" -#include "font.h" -#include "bmp.h" -#include "backdrop.h" -#include "ctype.h" #else #include "checkwps.h" -#define SYSFONT_HEIGHT 8 +#include "audio.h" #define DEBUGF printf #endif /*WPSEDITOR*/ -#define FONT_SYSFIXED 0 -#define FONT_UI 1 #else #include "debug.h" #endif /*__PCTOOL__*/ -#ifndef __PCTOOL__ #include #include #include #include "font.h" #include "gwps.h" +#ifndef __PCTOOL__ #include "settings.h" +#endif #include "settings_list.h" #ifdef HAVE_LCD_BITMAP @@ -64,8 +57,6 @@ #include "backdrop.h" -#endif - #define WPS_DEFAULTCFG WPS_DIR "/rockbox_default.wps" #define RWPS_DEFAULTCFG WPS_DIR "/rockbox_default.rwps" -- cgit v1.2.3