aboutsummaryrefslogtreecommitdiff
path: root/backends/fs
diff options
context:
space:
mode:
authorJoost Peters2007-10-17 19:45:23 +0000
committerJoost Peters2007-10-17 19:45:23 +0000
commit281767f19ecfc585162c145c5cb3318a431bc826 (patch)
treec7757a4d909793050c35559bf6956644d079f3c7 /backends/fs
parentec38b85a4493994271ae1188a15a1f845e6cc09d (diff)
downloadscummvm-rg350-281767f19ecfc585162c145c5cb3318a431bc826.tar.gz
scummvm-rg350-281767f19ecfc585162c145c5cb3318a431bc826.tar.bz2
scummvm-rg350-281767f19ecfc585162c145c5cb3318a431bc826.zip
fix compile after recent fs code rename
svn-id: r29229
Diffstat (limited to 'backends/fs')
-rw-r--r--backends/fs/psp/psp-fs-factory.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/backends/fs/psp/psp-fs-factory.cpp b/backends/fs/psp/psp-fs-factory.cpp
index e1d2b8fb49..c0d7cb9e6f 100644
--- a/backends/fs/psp/psp-fs-factory.cpp
+++ b/backends/fs/psp/psp-fs-factory.cpp
@@ -23,7 +23,7 @@
*/
#include "backends/fs/psp/psp-fs-factory.h"
-#include "backends/fs/psp/psp_fs.cpp"
+#include "backends/fs/psp/psp-fs.cpp"
DECLARE_SINGLETON(PSPFilesystemFactory);