aboutsummaryrefslogtreecommitdiff
path: root/backends/platform/ps2/ps2pad.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/ps2pad.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/ps2pad.cpp')
-rw-r--r--backends/platform/ps2/ps2pad.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/backends/platform/ps2/ps2pad.cpp b/backends/platform/ps2/ps2pad.cpp
index 8394a421db..98341e9f95 100644
--- a/backends/platform/ps2/ps2pad.cpp
+++ b/backends/platform/ps2/ps2pad.cpp
@@ -23,8 +23,8 @@
#include <kernel.h>
#include <malloc.h>
#include <assert.h>
-#include "backends/ps2/systemps2.h"
-#include "backends/ps2/ps2pad.h"
+#include "backends/platform/ps2/systemps2.h"
+#include "backends/platform/ps2/ps2pad.h"
Ps2Pad::Ps2Pad(OSystem_PS2 *system) {
_system = system;