[Scummvm-cvs-logs] SF.net SVN: scummvm: [32654] scummvm/trunk/common/system.cpp

fingolfin at users.sourceforge.net fingolfin at users.sourceforge.net
Tue Jun 10 23:40:53 CEST 2008


Revision: 32654
          http://scummvm.svn.sourceforge.net/scummvm/?rev=32654&view=rev
Author:   fingolfin
Date:     2008-06-10 14:40:53 -0700 (Tue, 10 Jun 2008)

Log Message:
-----------
Removed unneeded #include

Modified Paths:
--------------
    scummvm/trunk/common/system.cpp

Modified: scummvm/trunk/common/system.cpp
===================================================================
--- scummvm/trunk/common/system.cpp	2008-06-10 21:34:26 UTC (rev 32653)
+++ scummvm/trunk/common/system.cpp	2008-06-10 21:40:53 UTC (rev 32654)
@@ -128,9 +128,7 @@
  * 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"


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the Scummvm-git-logs mailing list