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:
Dave Chapman 2011-02-28 12:05:22 +00:00
parent 06c1757138
commit 793eab19b9

View file

@ -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