diff options
author | Max Horn | 2006-09-23 00:42:35 +0000 |
---|---|---|
committer | Max Horn | 2006-09-23 00:42:35 +0000 |
commit | 4c14cf6d1a77857e3683a1029b42ddb96e1bc80b (patch) | |
tree | 09057bd88bd471c2603139cbb06abac53625f2e4 /backends/platform/ps2 | |
parent | a3be69f4e4b1793c2ce1fe95d3d6db5ca3a7cf8b (diff) | |
download | scummvm-rg350-4c14cf6d1a77857e3683a1029b42ddb96e1bc80b.tar.gz scummvm-rg350-4c14cf6d1a77857e3683a1029b42ddb96e1bc80b.tar.bz2 scummvm-rg350-4c14cf6d1a77857e3683a1029b42ddb96e1bc80b.zip |
Moved base/engine.cpp and .h to engines/ (main motivation: helps untangle the linker dependency graph). Porters will have to update project files
svn-id: r23974
Diffstat (limited to 'backends/platform/ps2')
-rw-r--r-- | backends/platform/ps2/fileio.cpp | 2 | ||||
-rw-r--r-- | backends/platform/ps2/systemps2.cpp | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/backends/platform/ps2/fileio.cpp b/backends/platform/ps2/fileio.cpp index 3c188cf439..3495c4a132 100644 --- a/backends/platform/ps2/fileio.cpp +++ b/backends/platform/ps2/fileio.cpp @@ -28,7 +28,7 @@ #include <assert.h> #include <string.h> #include "backends/platform/ps2/asyncfio.h" -#include "base/engine.h" +#include "engines/engine.h" #include "common/file.h" #include "eecodyvdfs.h" #include "common/config-manager.h" diff --git a/backends/platform/ps2/systemps2.cpp b/backends/platform/ps2/systemps2.cpp index 6c53233649..6c479f30d7 100644 --- a/backends/platform/ps2/systemps2.cpp +++ b/backends/platform/ps2/systemps2.cpp @@ -33,7 +33,7 @@ #include <iopheap.h> #include "common/scummsys.h" #include "../intern.h" -#include "base/engine.h" +#include "engines/engine.h" #include "backends/platform/ps2/systemps2.h" #include "backends/platform/ps2/Gs2dScreen.h" #include "backends/platform/ps2/ps2input.h" |