From e9610dca80dbd82c539fbcc676720b15fb9e60d5 Mon Sep 17 00:00:00 2001 From: Jonathan Gordon Date: Tue, 17 Apr 2007 08:37:01 +0000 Subject: Remove unneeded #include, comment the filename define git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13193 a1c6a512-1295-4272-9138-f99709370657 --- apps/gui/icon.c | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'apps/gui') diff --git a/apps/gui/icon.c b/apps/gui/icon.c index 1368c6808e..82f24d893b 100644 --- a/apps/gui/icon.c +++ b/apps/gui/icon.c @@ -28,17 +28,12 @@ #include "bmp.h" #include "filetypes.h" -/* Quick and Dirty hack untill lcd bitmap drawing is fixed */ -#ifdef HAVE_REMOTE_LCD -#include "lcd-remote.h" -#endif - - #include #ifdef HAVE_REMOTE_LCD #include #endif +/* These are just the file names, the full path is snprint'ed when used */ #define DEFAULT_VIEWER_BMP "viewers" #define DEFAULT_REMOTE_VIEWER_BMP "remote_viewers" -- cgit v1.2.3