aboutsummaryrefslogtreecommitdiff
path: root/backends/platform/ps2/systemps2.cpp
diff options
context:
space:
mode:
authorMax Horn2006-08-04 17:47:57 +0000
committerMax Horn2006-08-04 17:47:57 +0000
commit4ee581adb5f732c9d1af3d362210b9bd00ecc034 (patch)
tree5449251626cb56487396c02a66d2973f36a7c70b /backends/platform/ps2/systemps2.cpp
parentd74bc3fe3ab58b3270bfb246c87bc309a33eb897 (diff)
downloadscummvm-rg350-4ee581adb5f732c9d1af3d362210b9bd00ecc034.tar.gz
scummvm-rg350-4ee581adb5f732c9d1af3d362210b9bd00ecc034.tar.bz2
scummvm-rg350-4ee581adb5f732c9d1af3d362210b9bd00ecc034.zip
Fixed some broken #include's (the PS2 and Symbian may need more fixed, though)
svn-id: r23666
Diffstat (limited to 'backends/platform/ps2/systemps2.cpp')
-rw-r--r--backends/platform/ps2/systemps2.cpp16
1 files changed, 8 insertions, 8 deletions
diff --git a/backends/platform/ps2/systemps2.cpp b/backends/platform/ps2/systemps2.cpp
index df16990032..6c53233649 100644
--- a/backends/platform/ps2/systemps2.cpp
+++ b/backends/platform/ps2/systemps2.cpp
@@ -34,21 +34,21 @@
#include "common/scummsys.h"
#include "../intern.h"
#include "base/engine.h"
-#include "backends/ps2/systemps2.h"
-#include "backends/ps2/Gs2dScreen.h"
-#include "backends/ps2/ps2input.h"
-#include "backends/ps2/irxboot.h"
+#include "backends/platform/ps2/systemps2.h"
+#include "backends/platform/ps2/Gs2dScreen.h"
+#include "backends/platform/ps2/ps2input.h"
+#include "backends/platform/ps2/irxboot.h"
#include <sjpcm.h>
#include <libhdd.h>
-#include "backends/ps2/savefile.h"
+#include "backends/platform/ps2/savefile.h"
#include "common/file.h"
-#include "backends/ps2/sysdefs.h"
+#include "backends/platform/ps2/sysdefs.h"
#include <libmc.h>
#include <libpad.h>
-#include "backends/ps2/cd.h"
+#include "backends/platform/ps2/cd.h"
#include <sio.h>
#include <fileXio_rpc.h>
-#include "backends/ps2/asyncfio.h"
+#include "backends/platform/ps2/asyncfio.h"
#include "eecodyvdfs.h"
#include "graphics/surface.h"
#include "graphics/font.h"