Remove redundant ata_mmc.h include in screens.c

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23279 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Tomer Shalev 2009-10-19 21:46:58 +00:00
parent e684a3a8f9
commit 6381fdc54d

View file

@ -56,9 +56,6 @@
#include "viewport.h"
#include "language.h"
#if (CONFIG_STORAGE & STORAGE_MMC)
#include "ata_mmc.h"
#endif
#if CONFIG_CODEC == SWCODEC
#include "dsp.h"
#endif