diff options
| author | Max Horn | 2005-06-24 15:23:51 +0000 |
|---|---|---|
| committer | Max Horn | 2005-06-24 15:23:51 +0000 |
| commit | 8b1d7b916673078d20f15540f9cc2f531340ba97 (patch) | |
| tree | 8473b085eb77b7ff7ec7ce5f9457307a27832042 /backends/morphos | |
| parent | 68907449b75479481348af5d3d4842a96b7651f6 (diff) | |
| download | scummvm-rg350-8b1d7b916673078d20f15540f9cc2f531340ba97.tar.gz scummvm-rg350-8b1d7b916673078d20f15540f9cc2f531340ba97.tar.bz2 scummvm-rg350-8b1d7b916673078d20f15540f9cc2f531340ba97.zip | |
When including files from common/, explicitly use the common/ prefix
svn-id: r18444
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_start.cpp | 2 | ||||
| -rw-r--r-- | backends/morphos/morphos_timer.cpp | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/backends/morphos/morphos.cpp b/backends/morphos/morphos.cpp index 987e43178e..72dc4ce7a1 100644 --- a/backends/morphos/morphos.cpp +++ b/backends/morphos/morphos.cpp @@ -21,7 +21,7 @@ * */ -#include "stdafx.h" +#include "common/stdafx.h" #include "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 16db97cdb8..d713978caf 100644 --- a/backends/morphos/morphos_scaler.cpp +++ b/backends/morphos/morphos_scaler.cpp @@ -18,7 +18,7 @@ * $Header$ */ -#include "stdafx.h" +#include "common/stdafx.h" #include "engine.h" #include <exec/types.h> diff --git a/backends/morphos/morphos_sound.cpp b/backends/morphos/morphos_sound.cpp index 70b344389d..363b83e9d4 100644 --- a/backends/morphos/morphos_sound.cpp +++ b/backends/morphos/morphos_sound.cpp @@ -21,7 +21,7 @@ * */ -#include "stdafx.h" +#include "common/stdafx.h" #include "engine.h" #include <dos/dos.h> diff --git a/backends/morphos/morphos_start.cpp b/backends/morphos/morphos_start.cpp index 1227506976..2c25e0e61a 100644 --- a/backends/morphos/morphos_start.cpp +++ b/backends/morphos/morphos_start.cpp @@ -33,7 +33,7 @@ #include <proto/cdda.h> #include <proto/icon.h> -#include "stdafx.h" +#include "common/stdafx.h" #include "scumm/scumm.h" #include "base/gameDetector.h" #include "common/scaler.h" diff --git a/backends/morphos/morphos_timer.cpp b/backends/morphos/morphos_timer.cpp index 51977f0dd7..d129b0c274 100644 --- a/backends/morphos/morphos_timer.cpp +++ b/backends/morphos/morphos_timer.cpp @@ -18,7 +18,7 @@ * $Header$ */ -#include "stdafx.h" +#include "common/stdafx.h" #include "engine.h" #include <exec/memory.h> |
