mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-14 05:38:56 +00:00
Removed unneeded #include
svn-id: r32654
This commit is contained in:
parent
420d29932b
commit
8b56010712
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user