aboutsummaryrefslogtreecommitdiff
path: root/backends/morphos
diff options
context:
space:
mode:
Diffstat (limited to 'backends/morphos')
-rw-r--r--backends/morphos/morphos.cpp2
-rw-r--r--backends/morphos/morphos_scaler.cpp2
-rw-r--r--backends/morphos/morphos_sound.cpp2
-rw-r--r--backends/morphos/morphos_timer.cpp2
4 files changed, 4 insertions, 4 deletions
diff --git a/backends/morphos/morphos.cpp b/backends/morphos/morphos.cpp
index 72dc4ce7a1..09ad5ffd62 100644
--- a/backends/morphos/morphos.cpp
+++ b/backends/morphos/morphos.cpp
@@ -22,7 +22,7 @@
*/
#include "common/stdafx.h"
-#include "engine.h"
+#include "base/engine.h"
#include "common/util.h"
#include "scumm/scumm.h"
diff --git a/backends/morphos/morphos_scaler.cpp b/backends/morphos/morphos_scaler.cpp
index d713978caf..f896d7200e 100644
--- a/backends/morphos/morphos_scaler.cpp
+++ b/backends/morphos/morphos_scaler.cpp
@@ -19,7 +19,7 @@
*/
#include "common/stdafx.h"
-#include "engine.h"
+#include "base/engine.h"
#include <exec/types.h>
#include <cybergraphics/cybergraphics.h>
diff --git a/backends/morphos/morphos_sound.cpp b/backends/morphos/morphos_sound.cpp
index 363b83e9d4..06ae054b69 100644
--- a/backends/morphos/morphos_sound.cpp
+++ b/backends/morphos/morphos_sound.cpp
@@ -22,7 +22,7 @@
*/
#include "common/stdafx.h"
-#include "engine.h"
+#include "base/engine.h"
#include <dos/dos.h>
#include <exec/memory.h>
diff --git a/backends/morphos/morphos_timer.cpp b/backends/morphos/morphos_timer.cpp
index d129b0c274..6eaf80b30c 100644
--- a/backends/morphos/morphos_timer.cpp
+++ b/backends/morphos/morphos_timer.cpp
@@ -19,7 +19,7 @@
*/
#include "common/stdafx.h"
-#include "engine.h"
+#include "base/engine.h"
#include <exec/memory.h>
#include <exec/semaphores.h>