aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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"