Remove a redundant part of a #if
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29461 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
06c1757138
commit
793eab19b9
1 changed files with 1 additions and 1 deletions
|
@ -76,7 +76,7 @@
|
|||
#include "skin_engine/skin_engine.h"
|
||||
#include "statusbar-skinned.h"
|
||||
#include "bootchart.h"
|
||||
#if defined(APPLICATION) && (CONFIG_PLATFORM & PLATFORM_ANDROID)
|
||||
#if (CONFIG_PLATFORM & PLATFORM_ANDROID)
|
||||
#include "notification.h"
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Reference in a new issue