aboutsummaryrefslogtreecommitdiff
path: root/backends/platform/morphos
diff options
context:
space:
mode:
Diffstat (limited to 'backends/platform/morphos')
-rw-r--r--backends/platform/morphos/morphos.cpp2
-rw-r--r--backends/platform/morphos/morphos_scaler.cpp2
-rw-r--r--backends/platform/morphos/morphos_sound.cpp2
-rw-r--r--backends/platform/morphos/morphos_timer.cpp2
4 files changed, 4 insertions, 4 deletions
diff --git a/backends/platform/morphos/morphos.cpp b/backends/platform/morphos/morphos.cpp
index 889976afc4..9fe082995c 100644
--- a/backends/platform/morphos/morphos.cpp
+++ b/backends/platform/morphos/morphos.cpp
@@ -23,7 +23,7 @@
*/
#include "common/stdafx.h"
-#include "base/engine.h"
+#include "engines/engine.h"
#include "common/util.h"
#include "scumm/scumm.h"
diff --git a/backends/platform/morphos/morphos_scaler.cpp b/backends/platform/morphos/morphos_scaler.cpp
index 46d4452c0b..a5e7519054 100644
--- a/backends/platform/morphos/morphos_scaler.cpp
+++ b/backends/platform/morphos/morphos_scaler.cpp
@@ -20,7 +20,7 @@
*/
#include "common/stdafx.h"
-#include "base/engine.h"
+#include "engines/engine.h"
#include <exec/types.h>
#include <cybergraphics/cybergraphics.h>
diff --git a/backends/platform/morphos/morphos_sound.cpp b/backends/platform/morphos/morphos_sound.cpp
index c5c2f3b7ad..ce6048b9c3 100644
--- a/backends/platform/morphos/morphos_sound.cpp
+++ b/backends/platform/morphos/morphos_sound.cpp
@@ -23,7 +23,7 @@
*/
#include "common/stdafx.h"
-#include "base/engine.h"
+#include "engines/engine.h"
#include <dos/dos.h>
#include <exec/memory.h>
diff --git a/backends/platform/morphos/morphos_timer.cpp b/backends/platform/morphos/morphos_timer.cpp
index b558c7fd66..ec2c647d80 100644
--- a/backends/platform/morphos/morphos_timer.cpp
+++ b/backends/platform/morphos/morphos_timer.cpp
@@ -20,7 +20,7 @@
*/
#include "common/stdafx.h"
-#include "base/engine.h"
+#include "engines/engine.h"
#include <exec/memory.h>
#include <exec/semaphores.h>