forked from len0rd/rockbox
Remove unneeded #include, comment the filename define
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13193 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
69e1f7528a
commit
e9610dca80
1 changed files with 1 additions and 6 deletions
|
|
@ -28,17 +28,12 @@
|
||||||
#include "bmp.h"
|
#include "bmp.h"
|
||||||
#include "filetypes.h"
|
#include "filetypes.h"
|
||||||
|
|
||||||
/* Quick and Dirty hack untill lcd bitmap drawing is fixed */
|
|
||||||
#ifdef HAVE_REMOTE_LCD
|
|
||||||
#include "lcd-remote.h"
|
|
||||||
#endif
|
|
||||||
|
|
||||||
|
|
||||||
#include <default_icons.h>
|
#include <default_icons.h>
|
||||||
#ifdef HAVE_REMOTE_LCD
|
#ifdef HAVE_REMOTE_LCD
|
||||||
#include <remote_default_icons.h>
|
#include <remote_default_icons.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/* These are just the file names, the full path is snprint'ed when used */
|
||||||
#define DEFAULT_VIEWER_BMP "viewers"
|
#define DEFAULT_VIEWER_BMP "viewers"
|
||||||
#define DEFAULT_REMOTE_VIEWER_BMP "remote_viewers"
|
#define DEFAULT_REMOTE_VIEWER_BMP "remote_viewers"
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue