From 8b560107121542fa90e9ce928a9e4a1ca2899c1a Mon Sep 17 00:00:00 2001 From: Max Horn Date: Tue, 10 Jun 2008 21:40:53 +0000 Subject: Removed unneeded #include svn-id: r32654 --- common/system.cpp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'common') diff --git a/common/system.cpp b/common/system.cpp index 015f246b7a..327b7246e2 100644 --- a/common/system.cpp +++ b/common/system.cpp @@ -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" -- cgit v1.2.3