aboutsummaryrefslogtreecommitdiff
path: root/simon
diff options
context:
space:
mode:
authorMax Horn2005-06-24 15:23:51 +0000
committerMax Horn2005-06-24 15:23:51 +0000
commit8b1d7b916673078d20f15540f9cc2f531340ba97 (patch)
tree8473b085eb77b7ff7ec7ce5f9457307a27832042 /simon
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 'simon')
-rw-r--r--simon/charset.cpp2
-rw-r--r--simon/cursor.cpp2
-rw-r--r--simon/debug.cpp2
-rw-r--r--simon/debugger.cpp2
-rw-r--r--simon/icons.cpp2
-rw-r--r--simon/items.cpp2
-rw-r--r--simon/midi.cpp2
-rw-r--r--simon/midiparser_s1d.cpp2
-rw-r--r--simon/res.cpp2
-rw-r--r--simon/saveload.cpp2
-rw-r--r--simon/simon.cpp2
-rw-r--r--simon/sound.cpp2
-rw-r--r--simon/verb.cpp2
-rw-r--r--simon/vga.cpp2
14 files changed, 14 insertions, 14 deletions
diff --git a/simon/charset.cpp b/simon/charset.cpp
index a862f6dd36..6d938c333e 100644
--- a/simon/charset.cpp
+++ b/simon/charset.cpp
@@ -19,7 +19,7 @@
*
*/
-#include "stdafx.h"
+#include "common/stdafx.h"
#include "simon/simon.h"
#include "simon/intern.h"
diff --git a/simon/cursor.cpp b/simon/cursor.cpp
index 5f3042c22c..cc66507405 100644
--- a/simon/cursor.cpp
+++ b/simon/cursor.cpp
@@ -19,7 +19,7 @@
*
*/
-#include "stdafx.h"
+#include "common/stdafx.h"
#include "simon/simon.h"
#include "simon/intern.h"
diff --git a/simon/debug.cpp b/simon/debug.cpp
index 3d3c8dbb9a..743783b5cb 100644
--- a/simon/debug.cpp
+++ b/simon/debug.cpp
@@ -20,7 +20,7 @@
*/
// Simon debug functions
-#include "stdafx.h"
+#include "common/stdafx.h"
#include "simon/simon.h"
#include "simon/intern.h"
#include "simon/debug.h"
diff --git a/simon/debugger.cpp b/simon/debugger.cpp
index 63522259ce..44bf9be047 100644
--- a/simon/debugger.cpp
+++ b/simon/debugger.cpp
@@ -19,7 +19,7 @@
*
*/
-#include "stdafx.h"
+#include "common/stdafx.h"
#include "common/config-manager.h"
#include "common/debugger.cpp"
#include "simon/debugger.h"
diff --git a/simon/icons.cpp b/simon/icons.cpp
index 7a6fd6f105..7cb9c223dc 100644
--- a/simon/icons.cpp
+++ b/simon/icons.cpp
@@ -19,7 +19,7 @@
*
*/
-#include "stdafx.h"
+#include "common/stdafx.h"
#include "common/file.h"
diff --git a/simon/items.cpp b/simon/items.cpp
index a7cc3a8d10..77251794ee 100644
--- a/simon/items.cpp
+++ b/simon/items.cpp
@@ -22,7 +22,7 @@
// Item script opcodes for Simon1/Simon2
#include <ctype.h>
-#include "stdafx.h"
+#include "common/stdafx.h"
#include "simon/simon.h"
#include "simon/intern.h"
diff --git a/simon/midi.cpp b/simon/midi.cpp
index 98dc5bc0d6..1968f02135 100644
--- a/simon/midi.cpp
+++ b/simon/midi.cpp
@@ -20,7 +20,7 @@
*/
-#include "stdafx.h"
+#include "common/stdafx.h"
#include "common/scummsys.h"
#include "common/system.h"
#include "common/file.h"
diff --git a/simon/midiparser_s1d.cpp b/simon/midiparser_s1d.cpp
index e3a872f326..a61035fbaa 100644
--- a/simon/midiparser_s1d.cpp
+++ b/simon/midiparser_s1d.cpp
@@ -19,7 +19,7 @@
*
*/
-#include "stdafx.h"
+#include "common/stdafx.h"
#include "sound/midiparser.h"
#include "sound/mididrv.h"
#include "common/util.h"
diff --git a/simon/res.cpp b/simon/res.cpp
index c7a6a76127..757997cb8e 100644
--- a/simon/res.cpp
+++ b/simon/res.cpp
@@ -20,7 +20,7 @@
*/
// Resource file routines for Simon1/Simon2
-#include "stdafx.h"
+#include "common/stdafx.h"
#include "common/file.h"
#include "simon/simon.h"
#include "simon/intern.h"
diff --git a/simon/saveload.cpp b/simon/saveload.cpp
index b4cb94f104..56d4207f50 100644
--- a/simon/saveload.cpp
+++ b/simon/saveload.cpp
@@ -19,7 +19,7 @@
*
*/
-#include "stdafx.h"
+#include "common/stdafx.h"
#include "gui/about.h"
#include "gui/message.h"
diff --git a/simon/simon.cpp b/simon/simon.cpp
index 4a998fcc83..6079b9ab61 100644
--- a/simon/simon.cpp
+++ b/simon/simon.cpp
@@ -19,7 +19,7 @@
*
*/
-#include "stdafx.h"
+#include "common/stdafx.h"
#include "backends/fs/fs.h"
diff --git a/simon/sound.cpp b/simon/sound.cpp
index 9e302e34d5..12f6948151 100644
--- a/simon/sound.cpp
+++ b/simon/sound.cpp
@@ -17,7 +17,7 @@
*
*/
-#include "stdafx.h"
+#include "common/stdafx.h"
#include "common/file.h"
#include "common/util.h"
diff --git a/simon/verb.cpp b/simon/verb.cpp
index 5dc2eb2118..4f97a8054e 100644
--- a/simon/verb.cpp
+++ b/simon/verb.cpp
@@ -20,7 +20,7 @@
*/
// Verb and hitarea handling
-#include "stdafx.h"
+#include "common/stdafx.h"
#include "simon/simon.h"
#include "simon/intern.h"
diff --git a/simon/vga.cpp b/simon/vga.cpp
index b72657f987..b811a5e5b1 100644
--- a/simon/vga.cpp
+++ b/simon/vga.cpp
@@ -20,7 +20,7 @@
*/
// Video script opcodes for Simon1/Simon2
-#include "stdafx.h"
+#include "common/stdafx.h"
#include "simon/simon.h"
#include "simon/intern.h"
#include "simon/vga.h"