aboutsummaryrefslogtreecommitdiff
path: root/backends/symbian/src
diff options
context:
space:
mode:
authorLars Persson2006-02-12 14:42:43 +0000
committerLars Persson2006-02-12 14:42:43 +0000
commit692adbe614e3a0ebe4ac9da8d7e73ad5ae49ecae (patch)
tree5baf31157d56b37a60e82ae590de5ab59203536e /backends/symbian/src
parentb91e8a572a1c81917346b49a865f4376eea9e3bb (diff)
downloadscummvm-rg350-692adbe614e3a0ebe4ac9da8d7e73ad5ae49ecae.tar.gz
scummvm-rg350-692adbe614e3a0ebe4ac9da8d7e73ad5ae49ecae.tar.bz2
scummvm-rg350-692adbe614e3a0ebe4ac9da8d7e73ad5ae49ecae.zip
Changed file paths from /epoc/ to /symbian/
svn-id: r20618
Diffstat (limited to 'backends/symbian/src')
-rw-r--r--backends/symbian/src/ScummApp.cpp4
-rw-r--r--backends/symbian/src/SymbianActions.cpp2
-rw-r--r--backends/symbian/src/SymbianOS.cpp4
3 files changed, 5 insertions, 5 deletions
diff --git a/backends/symbian/src/ScummApp.cpp b/backends/symbian/src/ScummApp.cpp
index 09edfb3215..71cbb33887 100644
--- a/backends/symbian/src/ScummApp.cpp
+++ b/backends/symbian/src/ScummApp.cpp
@@ -22,9 +22,9 @@
* $Id$
*/
-#include "backends/epoc/src/ScummApp.h"
+#include "backends/symbian/src/ScummApp.h"
+#include "backends/symbian/src/ScummVM.hrh"
-#include "backends/epoc/src/ScummVM.hrh"
#define _PAGESIZE_ 0x1000
#if defined (__WINS__) && !defined (__SERIES60_30__)
diff --git a/backends/symbian/src/SymbianActions.cpp b/backends/symbian/src/SymbianActions.cpp
index 1b8abc6661..ec93da2511 100644
--- a/backends/symbian/src/SymbianActions.cpp
+++ b/backends/symbian/src/SymbianActions.cpp
@@ -21,7 +21,7 @@
*/
#include "common/stdafx.h"
-#include "backends/epoc/src/SymbianActions.h"
+#include "backends/symbian/src/SymbianActions.h"
#include "gui/message.h"
#include "scumm/scumm.h"
diff --git a/backends/symbian/src/SymbianOS.cpp b/backends/symbian/src/SymbianOS.cpp
index dc8a79fe47..720fb85820 100644
--- a/backends/symbian/src/SymbianOS.cpp
+++ b/backends/symbian/src/SymbianOS.cpp
@@ -22,8 +22,8 @@
* $Id$
*/
-#include "backends/epoc/src/SymbianOS.h"
-#include "backends/epoc/src/SymbianActions.h"
+#include "backends/symbian/src/SymbianOS.h"
+#include "backends/symbian/src/SymbianActions.h"
#include "common/config-manager.h"
#include "gui/Actions.h"
#include "gui/Key.h"