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"