diff options
author | Torbjörn Andersson | 2005-06-24 16:01:42 +0000 |
---|---|---|
committer | Torbjörn Andersson | 2005-06-24 16:01:42 +0000 |
commit | 35cb8fb875c7993725875a659907e1c61afc4c94 (patch) | |
tree | 7c97cbf65da3d4f1511eab2f82ab9ab2319cd584 /backends/morphos | |
parent | 5f511510bc5058e7198e8972cf3809117135b42f (diff) | |
download | scummvm-rg350-35cb8fb875c7993725875a659907e1c61afc4c94.tar.gz scummvm-rg350-35cb8fb875c7993725875a659907e1c61afc4c94.tar.bz2 scummvm-rg350-35cb8fb875c7993725875a659907e1c61afc4c94.zip |
For consistency, specify directory when including files.
svn-id: r18447
Diffstat (limited to 'backends/morphos')
-rw-r--r-- | backends/morphos/morphos.cpp | 2 | ||||
-rw-r--r-- | backends/morphos/morphos_scaler.cpp | 2 | ||||
-rw-r--r-- | backends/morphos/morphos_sound.cpp | 2 | ||||
-rw-r--r-- | backends/morphos/morphos_timer.cpp | 2 |
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> |