Removed unneeded #include

svn-id: r32654
This commit is contained in:
Max Horn 2008-06-10 21:40:53 +00:00
parent 420d29932b
commit 8b56010712

View File

@ -128,9 +128,7 @@ void OSystem::clearScreen() {
* TODO: Remove these gradually and move the getFilesystemFactory() implementations
* to the respective backends. Then turn it into a pure virtual method of OSystem.
*/
#if defined(__DS__)
#include "backends/fs/ds/ds-fs-factory.h"
#elif defined(PALMOS_MODE)
#if defined(PALMOS_MODE)
#include "backends/fs/palmos/palmos-fs-factory.h"
#elif defined(__PLAYSTATION2__)
#include "backends/fs/ps2/ps2-fs-factory.h"