aboutsummaryrefslogtreecommitdiff
path: root/sky
diff options
context:
space:
mode:
authorMax Horn2005-06-24 15:23:51 +0000
committerMax Horn2005-06-24 15:23:51 +0000
commit8b1d7b916673078d20f15540f9cc2f531340ba97 (patch)
tree8473b085eb77b7ff7ec7ce5f9457307a27832042 /sky
parent68907449b75479481348af5d3d4842a96b7651f6 (diff)
downloadscummvm-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 'sky')
-rw-r--r--sky/autoroute.cpp2
-rw-r--r--sky/autoroute.h2
-rw-r--r--sky/compact.cpp2
-rw-r--r--sky/control.cpp2
-rw-r--r--sky/debug.cpp2
-rw-r--r--sky/debug.h2
-rw-r--r--sky/disk.cpp2
-rw-r--r--sky/disk.h2
-rw-r--r--sky/grid.h2
-rw-r--r--sky/intro.cpp2
-rw-r--r--sky/intro.h2
-rw-r--r--sky/logic.cpp2
-rw-r--r--sky/logic.h2
-rw-r--r--sky/mouse.cpp2
-rw-r--r--sky/mouse.h2
-rw-r--r--sky/music/adlibchannel.cpp2
-rw-r--r--sky/music/musicbase.h2
-rw-r--r--sky/rnc_deco.cpp2
-rw-r--r--sky/rnc_deco.h2
-rw-r--r--sky/screen.cpp2
-rw-r--r--sky/screen.h2
-rw-r--r--sky/sky.cpp2
-rw-r--r--sky/sky.h2
-rw-r--r--sky/skydefs.h2
-rw-r--r--sky/sound.cpp2
-rw-r--r--sky/sound.h2
-rw-r--r--sky/text.h2
27 files changed, 27 insertions, 27 deletions
diff --git a/sky/autoroute.cpp b/sky/autoroute.cpp
index 57c2a5ac70..4e2536c88e 100644
--- a/sky/autoroute.cpp
+++ b/sky/autoroute.cpp
@@ -19,7 +19,7 @@
*
*/
-#include "stdafx.h"
+#include "common/stdafx.h"
#include "common/util.h"
#include "sky/autoroute.h"
#include "sky/compact.h"
diff --git a/sky/autoroute.h b/sky/autoroute.h
index 0ba8b69ea6..dfae763e73 100644
--- a/sky/autoroute.h
+++ b/sky/autoroute.h
@@ -22,7 +22,7 @@
#ifndef AUTOROUTE_H
#define AUTOROUTE_H
-#include "stdafx.h"
+#include "common/stdafx.h"
#include "common/scummsys.h"
namespace Sky {
diff --git a/sky/compact.cpp b/sky/compact.cpp
index 3cc3bad054..13dbc0d241 100644
--- a/sky/compact.cpp
+++ b/sky/compact.cpp
@@ -19,7 +19,7 @@
*
*/
-#include "stdafx.h"
+#include "common/stdafx.h"
#include "common/util.h"
#include "common/file.h"
#include "sky/compact.h"
diff --git a/sky/control.cpp b/sky/control.cpp
index 2ddb0639bb..6d94ef5bfc 100644
--- a/sky/control.cpp
+++ b/sky/control.cpp
@@ -19,7 +19,7 @@
*
*/
-#include "stdafx.h"
+#include "common/stdafx.h"
#include "common/config-manager.h"
#include "common/file.h"
#include "common/system.h"
diff --git a/sky/debug.cpp b/sky/debug.cpp
index e33589f962..99dec64521 100644
--- a/sky/debug.cpp
+++ b/sky/debug.cpp
@@ -19,7 +19,7 @@
*
*/
-#include "stdafx.h"
+#include "common/stdafx.h"
#include "common/util.h"
#include "sky/debug.h"
#include "sky/grid.h"
diff --git a/sky/debug.h b/sky/debug.h
index 6eb5b6c0b3..967a397116 100644
--- a/sky/debug.h
+++ b/sky/debug.h
@@ -22,7 +22,7 @@
#ifndef SKY_DEBUG_H
#define SKY_DEBUG_H
-#include "stdafx.h"
+#include "common/stdafx.h"
#include "common/scummsys.h"
#include "common/debugger.h"
diff --git a/sky/disk.cpp b/sky/disk.cpp
index a6573d2efe..3f1fa68f7e 100644
--- a/sky/disk.cpp
+++ b/sky/disk.cpp
@@ -19,7 +19,7 @@
*
*/
-#include "stdafx.h"
+#include "common/stdafx.h"
#include "common/file.h"
#include "common/util.h"
#include "common/scummsys.h"
diff --git a/sky/disk.h b/sky/disk.h
index c885ab65bf..4a702a044d 100644
--- a/sky/disk.h
+++ b/sky/disk.h
@@ -22,7 +22,7 @@
#ifndef SKYDISK_H
#define SKYDISK_H
-#include "stdafx.h"
+#include "common/stdafx.h"
#include "common/scummsys.h"
#include "common/str.h"
#include "sky/rnc_deco.h"
diff --git a/sky/grid.h b/sky/grid.h
index ea248a99c6..510e7ead01 100644
--- a/sky/grid.h
+++ b/sky/grid.h
@@ -22,7 +22,7 @@
#ifndef SKYGRID_H
#define SKYGRID_H
-#include "stdafx.h"
+#include "common/stdafx.h"
#include "common/scummsys.h"
#include "skydefs.h"
diff --git a/sky/intro.cpp b/sky/intro.cpp
index f677282c54..faa764ac0a 100644
--- a/sky/intro.cpp
+++ b/sky/intro.cpp
@@ -19,7 +19,7 @@
*
*/
-#include "stdafx.h"
+#include "common/stdafx.h"
#include "common/util.h"
#include "common/system.h"
#include "sky/disk.h"
diff --git a/sky/intro.h b/sky/intro.h
index 1fbf2a4bb0..bb6aab6d88 100644
--- a/sky/intro.h
+++ b/sky/intro.h
@@ -22,7 +22,7 @@
#ifndef INTRO_H
#define INTRO_H
-#include "stdafx.h"
+#include "common/stdafx.h"
#include "common/scummsys.h"
#include "sound/mixer.h"
diff --git a/sky/logic.cpp b/sky/logic.cpp
index d2cb3b4af3..ad31e658a6 100644
--- a/sky/logic.cpp
+++ b/sky/logic.cpp
@@ -19,7 +19,7 @@
*
*/
-#include "stdafx.h"
+#include "common/stdafx.h"
#include "sky/autoroute.h"
#include "sky/compact.h"
#include "sky/control.h"
diff --git a/sky/logic.h b/sky/logic.h
index 04cb09a46f..e6260f90bb 100644
--- a/sky/logic.h
+++ b/sky/logic.h
@@ -22,7 +22,7 @@
#ifndef SKYLOGIC_H
#define SKYLOGIC_H
-#include "stdafx.h"
+#include "common/stdafx.h"
#include "common/util.h"
namespace Sky {
diff --git a/sky/mouse.cpp b/sky/mouse.cpp
index f628c8a913..24ce9627fe 100644
--- a/sky/mouse.cpp
+++ b/sky/mouse.cpp
@@ -19,7 +19,7 @@
*
*/
-#include "stdafx.h"
+#include "common/stdafx.h"
#include "common/system.h"
#include "sky/disk.h"
#include "sky/logic.h"
diff --git a/sky/mouse.h b/sky/mouse.h
index 7ba467d3f8..66291113a6 100644
--- a/sky/mouse.h
+++ b/sky/mouse.h
@@ -22,7 +22,7 @@
#ifndef SKYMOUSE_H
#define SKYMOUSE_H
-#include "stdafx.h"
+#include "common/stdafx.h"
#include "common/scummsys.h"
class OSystem;
diff --git a/sky/music/adlibchannel.cpp b/sky/music/adlibchannel.cpp
index 9b85b602f1..c0a54bd49c 100644
--- a/sky/music/adlibchannel.cpp
+++ b/sky/music/adlibchannel.cpp
@@ -19,7 +19,7 @@
*
*/
-#include "stdafx.h"
+#include "common/stdafx.h"
#include "common/util.h"
#include "sky/music/adlibchannel.h"
#include "sky/sky.h"
diff --git a/sky/music/musicbase.h b/sky/music/musicbase.h
index 59ba5ec7cd..ea438d2bb5 100644
--- a/sky/music/musicbase.h
+++ b/sky/music/musicbase.h
@@ -22,7 +22,7 @@
#ifndef MUSICBASE_H
#define MUSICBASE_H
-#include "stdafx.h"
+#include "common/stdafx.h"
#include "common/scummsys.h"
#include "common/mutex.h"
diff --git a/sky/rnc_deco.cpp b/sky/rnc_deco.cpp
index 43cd82939d..92612d22f7 100644
--- a/sky/rnc_deco.cpp
+++ b/sky/rnc_deco.cpp
@@ -19,7 +19,7 @@
*
*/
-#include "stdafx.h"
+#include "common/stdafx.h"
#include "common/scummsys.h"
#include "sky/rnc_deco.h"
diff --git a/sky/rnc_deco.h b/sky/rnc_deco.h
index c2389b1a71..092ec46821 100644
--- a/sky/rnc_deco.h
+++ b/sky/rnc_deco.h
@@ -22,7 +22,7 @@
#ifndef RNC_DECO_H
#define RNC_DECO_H
-#include "stdafx.h"
+#include "common/stdafx.h"
#define RNC_SIGNATURE 0x524E4301 // "RNC\001"
diff --git a/sky/screen.cpp b/sky/screen.cpp
index ab2f3d66b5..8b7e593ae7 100644
--- a/sky/screen.cpp
+++ b/sky/screen.cpp
@@ -19,7 +19,7 @@
*
*/
-#include "stdafx.h"
+#include "common/stdafx.h"
#include "common/system.h"
#include "sky/disk.h"
#include "sky/logic.h"
diff --git a/sky/screen.h b/sky/screen.h
index b2ad385361..5ad5db860b 100644
--- a/sky/screen.h
+++ b/sky/screen.h
@@ -22,7 +22,7 @@
#ifndef SKYSCREEN_H
#define SKYSCREEN_H
-#include "stdafx.h"
+#include "common/stdafx.h"
#include "common/scummsys.h"
#include "sky/skydefs.h"
diff --git a/sky/sky.cpp b/sky/sky.cpp
index 47458e431f..151daa1c1e 100644
--- a/sky/sky.cpp
+++ b/sky/sky.cpp
@@ -19,7 +19,7 @@
*
*/
-#include "stdafx.h"
+#include "common/stdafx.h"
#include "backends/fs/fs.h"
diff --git a/sky/sky.h b/sky/sky.h
index ed4d086b8c..8572cd3266 100644
--- a/sky/sky.h
+++ b/sky/sky.h
@@ -22,7 +22,7 @@
#ifndef SKYMAIN_H
#define SKYMAIN_H
-#include "stdafx.h"
+#include "common/stdafx.h"
#include "base/engine.h"
class GameDetector;
diff --git a/sky/skydefs.h b/sky/skydefs.h
index b89bfe265c..1fc88b9a8a 100644
--- a/sky/skydefs.h
+++ b/sky/skydefs.h
@@ -22,7 +22,7 @@
#ifndef SKYDEFS_H
#define SKYDEFS_H
-#include "stdafx.h"
+#include "common/stdafx.h"
namespace Sky {
diff --git a/sky/sound.cpp b/sky/sound.cpp
index a9a1708846..7712969e76 100644
--- a/sky/sound.cpp
+++ b/sky/sound.cpp
@@ -19,7 +19,7 @@
*
*/
-#include "stdafx.h"
+#include "common/stdafx.h"
#include "sky/disk.h"
#include "sky/logic.h"
#include "sky/sky.h"
diff --git a/sky/sound.h b/sky/sound.h
index 1305369190..f4d473b6cc 100644
--- a/sky/sound.h
+++ b/sky/sound.h
@@ -22,7 +22,7 @@
#ifndef SKYSOUND_H
#define SKYSOUND_H
-#include "stdafx.h"
+#include "common/stdafx.h"
#include "common/scummsys.h"
#include "sound/mixer.h"
diff --git a/sky/text.h b/sky/text.h
index cb2c5c5157..cc727f7a74 100644
--- a/sky/text.h
+++ b/sky/text.h
@@ -22,7 +22,7 @@
#ifndef SKYTEXT_H
#define SKYTEXT_H
-#include "stdafx.h"
+#include "common/stdafx.h"
#include "common/scummsys.h"
namespace Sky {