aboutsummaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
authorMax Horn2008-06-10 21:40:53 +0000
committerMax Horn2008-06-10 21:40:53 +0000
commit8b560107121542fa90e9ce928a9e4a1ca2899c1a (patch)
tree42c4e851c7df51a5c7d0093adc71599efe7fb3b7 /common
parent420d29932b31457eb840e19979abea35bc96770c (diff)
downloadscummvm-rg350-8b560107121542fa90e9ce928a9e4a1ca2899c1a.tar.gz
scummvm-rg350-8b560107121542fa90e9ce928a9e4a1ca2899c1a.tar.bz2
scummvm-rg350-8b560107121542fa90e9ce928a9e4a1ca2899c1a.zip
Removed unneeded #include
svn-id: r32654
Diffstat (limited to 'common')
-rw-r--r--common/system.cpp4
1 files changed, 1 insertions, 3 deletions
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"