forked from len0rd/rockbox
#include "bmp.h" moved into the conditional include for BITMAP displays
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@806 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
e29d0307cb
commit
1b06c8f868
1 changed files with 1 additions and 1 deletions
|
|
@ -27,9 +27,9 @@
|
|||
#include "sound_menu.h"
|
||||
#include "version.h"
|
||||
#include "debug.h"
|
||||
#include "bmp.h"
|
||||
|
||||
#ifdef HAVE_LCD_BITMAP
|
||||
#include "bmp.h"
|
||||
#include "screensaver.h"
|
||||
extern void tetris(void);
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue