[Scummvm-cvs-logs] CVS: scummvm/scumm actor.cpp,1.370,1.371 akos.cpp,1.229,1.230 base-costume.cpp,2.29,2.30 bomp.cpp,2.32,2.33 boxes.cpp,1.89,1.90 camera.cpp,2.34,2.35 charset.cpp,2.149,2.150 costume.cpp,1.186,1.187 cursor.cpp,2.44,2.45 debugger.cpp,1.150,1.151 dialogs.cpp,1.146,1.147 gfx.cpp,2.462,2.463 help.cpp,1.21,1.22 imuse.cpp,2.144,2.145 imuse_player.cpp,2.53,2.54 input.cpp,2.31,2.32 instrument.cpp,2.34,2.35 instrument.h,2.17,2.18 logic_he.cpp,2.22,2.23 logic_he.h,2.13,2.14 midiparser_eup.cpp,1.15,1.16 midiparser_ro.cpp,1.7,1.8 nut_renderer.cpp,1.59,1.60 object.cpp,1.245,1.246 palette.cpp,2.50,2.51 palette_he.cpp,1.20,1.21 player_mod.cpp,2.22,2.23 player_nes.cpp,2.3,2.4 player_v1.cpp,1.24,1.25 player_v2.cpp,2.59,2.60 player_v2a.cpp,2.30,2.31 player_v3a.cpp,1.23,1.24 resource.cpp,1.328,1.329 resource_v2.cpp,1.55,1.56 resource_v3.cpp,1.39,1.40 resource_v4.cpp,1.26,1.27 resource_v7he.cpp,1.43,1.44 room.cpp,1.17,1.18 saveload.cpp,1.230,1.231 script.cpp,1.224,1.225 script_c64.cpp,2.9,2.10 script_v100he.cpp,2.166,2.167 script_v2.cpp,2.278,2.279 script_v5.cpp,1.288,1.289 script_v6.cpp,1.444,1.445 script_v6he.cpp,2.160,2.161 script_v72he.cpp,2.300,2.301 script_v7he.cpp,2.162,2.163 script_v8.cpp,2.296,2.297 script_v80he.cpp,2.121,2.122 script_v90he.cpp,2.274,2.275 scumm.cpp,1.547,1.548 sound.cpp,1.468,1.469 sprite_he.cpp,1.149,1.150 string.cpp,1.296,1.297 usage_bits.cpp,1.14,1.15 vars.cpp,1.139,1.140 verbs.cpp,1.138,1.139 wiz_he.cpp,2.89,2.90

Max Horn fingolfin at users.sourceforge.net
Fri Jun 24 08:27:06 CEST 2005


Update of /cvsroot/scummvm/scummvm/scumm
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17960/scumm

Modified Files:
	actor.cpp akos.cpp base-costume.cpp bomp.cpp boxes.cpp 
	camera.cpp charset.cpp costume.cpp cursor.cpp debugger.cpp 
	dialogs.cpp gfx.cpp help.cpp imuse.cpp imuse_player.cpp 
	input.cpp instrument.cpp instrument.h logic_he.cpp logic_he.h 
	midiparser_eup.cpp midiparser_ro.cpp nut_renderer.cpp 
	object.cpp palette.cpp palette_he.cpp player_mod.cpp 
	player_nes.cpp player_v1.cpp player_v2.cpp player_v2a.cpp 
	player_v3a.cpp resource.cpp resource_v2.cpp resource_v3.cpp 
	resource_v4.cpp resource_v7he.cpp room.cpp saveload.cpp 
	script.cpp script_c64.cpp script_v100he.cpp script_v2.cpp 
	script_v5.cpp script_v6.cpp script_v6he.cpp script_v72he.cpp 
	script_v7he.cpp script_v8.cpp script_v80he.cpp 
	script_v90he.cpp scumm.cpp sound.cpp sprite_he.cpp string.cpp 
	usage_bits.cpp vars.cpp verbs.cpp wiz_he.cpp 
Log Message:
When including files from common/, explicitly use the common/ prefix

Index: actor.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/actor.cpp,v
retrieving revision 1.370
retrieving revision 1.371
diff -u -d -r1.370 -r1.371
--- actor.cpp	15 Jun 2005 06:58:27 -0000	1.370
+++ actor.cpp	24 Jun 2005 15:23:06 -0000	1.371
@@ -20,7 +20,7 @@
  *
  */
 
-#include "stdafx.h"
+#include "common/stdafx.h"
 #include "scumm/scumm.h"
 #include "scumm/actor.h"
 #include "scumm/akos.h"

Index: akos.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/akos.cpp,v
retrieving revision 1.229
retrieving revision 1.230
diff -u -d -r1.229 -r1.230
--- akos.cpp	15 May 2005 19:27:46 -0000	1.229
+++ akos.cpp	24 Jun 2005 15:23:07 -0000	1.230
@@ -20,7 +20,7 @@
  *
  */
 
-#include "stdafx.h"
+#include "common/stdafx.h"
 #include "scumm/scumm.h"
 #include "scumm/actor.h"
 #include "scumm/akos.h"

Index: base-costume.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/base-costume.cpp,v
retrieving revision 2.29
retrieving revision 2.30
diff -u -d -r2.29 -r2.30
--- base-costume.cpp	27 Mar 2005 01:07:21 -0000	2.29
+++ base-costume.cpp	24 Jun 2005 15:23:07 -0000	2.30
@@ -20,7 +20,7 @@
  *
  */
 
-#include "stdafx.h"
+#include "common/stdafx.h"
 #include "scumm/base-costume.h"
 #include "scumm/costume.h"
 

Index: bomp.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/bomp.cpp,v
retrieving revision 2.32
retrieving revision 2.33
diff -u -d -r2.32 -r2.33
--- bomp.cpp	15 May 2005 10:40:27 -0000	2.32
+++ bomp.cpp	24 Jun 2005 15:23:07 -0000	2.33
@@ -19,7 +19,7 @@
  *
  */
 
-#include "stdafx.h"
+#include "common/stdafx.h"
 #include "scumm/scumm.h"
 #include "scumm/akos.h"
 #include "scumm/bomp.h"

Index: boxes.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/boxes.cpp,v
retrieving revision 1.89
retrieving revision 1.90
diff -u -d -r1.89 -r1.90
--- boxes.cpp	20 May 2005 11:16:30 -0000	1.89
+++ boxes.cpp	24 Jun 2005 15:23:07 -0000	1.90
@@ -20,7 +20,7 @@
  *
  */
 
-#include "stdafx.h"
+#include "common/stdafx.h"
 #include "scumm/scumm.h"
 #include "scumm/actor.h"
 #include "scumm/boxes.h"

Index: camera.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/camera.cpp,v
retrieving revision 2.34
retrieving revision 2.35
diff -u -d -r2.34 -r2.35
--- camera.cpp	25 May 2005 09:17:31 -0000	2.34
+++ camera.cpp	24 Jun 2005 15:23:07 -0000	2.35
@@ -19,7 +19,7 @@
  *
  */
 
-#include "stdafx.h"
+#include "common/stdafx.h"
 #include "scumm/scumm.h"
 #include "scumm/intern.h"
 #include "scumm/actor.h"

Index: charset.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/charset.cpp,v
retrieving revision 2.149
retrieving revision 2.150
diff -u -d -r2.149 -r2.150
--- charset.cpp	18 Jun 2005 15:44:33 -0000	2.149
+++ charset.cpp	24 Jun 2005 15:23:08 -0000	2.150
@@ -18,7 +18,7 @@
  * $Header$
  */
 
-#include "stdafx.h"
+#include "common/stdafx.h"
 #include "scumm/charset.h"
 #include "scumm/scumm.h"
 #include "scumm/nut_renderer.h"

Index: costume.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/costume.cpp,v
retrieving revision 1.186
retrieving revision 1.187
diff -u -d -r1.186 -r1.187
--- costume.cpp	31 May 2005 22:09:35 -0000	1.186
+++ costume.cpp	24 Jun 2005 15:23:08 -0000	1.187
@@ -20,7 +20,7 @@
  *
  */
 
-#include "stdafx.h"
+#include "common/stdafx.h"
 #include "scumm/scumm.h"
 #include "scumm/actor.h"
 #include "scumm/costume.h"

Index: cursor.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/cursor.cpp,v
retrieving revision 2.44
retrieving revision 2.45
diff -u -d -r2.44 -r2.45
--- cursor.cpp	1 Jun 2005 00:39:22 -0000	2.44
+++ cursor.cpp	24 Jun 2005 15:23:09 -0000	2.45
@@ -19,7 +19,7 @@
  *
  */
 
-#include "stdafx.h"
+#include "common/stdafx.h"
 #include "common/system.h"
 #include "common/util.h"
 #include "scumm/bomp.h"

Index: debugger.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/debugger.cpp,v
retrieving revision 1.150
retrieving revision 1.151
diff -u -d -r1.150 -r1.151
--- debugger.cpp	21 Jun 2005 22:19:02 -0000	1.150
+++ debugger.cpp	24 Jun 2005 15:23:09 -0000	1.151
@@ -18,7 +18,7 @@
  * $Header$
  *
  */
-#include "stdafx.h"
+#include "common/stdafx.h"
 
 #include "common/config-manager.h"
 #include "common/file.h"

Index: dialogs.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/dialogs.cpp,v
retrieving revision 1.146
retrieving revision 1.147
diff -u -d -r1.146 -r1.147
--- dialogs.cpp	21 Jun 2005 22:08:16 -0000	1.146
+++ dialogs.cpp	24 Jun 2005 15:23:09 -0000	1.147
@@ -18,7 +18,7 @@
  * $Header$
  */
 
-#include "stdafx.h"
+#include "common/stdafx.h"
 
 #include "common/config-manager.h"
 #include "common/system.h"

Index: gfx.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/gfx.cpp,v
retrieving revision 2.462
retrieving revision 2.463
diff -u -d -r2.462 -r2.463
--- gfx.cpp	21 Jun 2005 16:46:04 -0000	2.462
+++ gfx.cpp	24 Jun 2005 15:23:09 -0000	2.463
@@ -19,7 +19,7 @@
  *
  */
 
-#include "stdafx.h"
+#include "common/stdafx.h"
 #include "common/system.h"
 #include "scumm/scumm.h"
 #include "scumm/actor.h"

Index: help.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/help.cpp,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -d -r1.21 -r1.22
--- help.cpp	17 May 2005 06:20:50 -0000	1.21
+++ help.cpp	24 Jun 2005 15:23:11 -0000	1.22
@@ -19,7 +19,7 @@
  *
  */
 
-#include "stdafx.h"
+#include "common/stdafx.h"
 #include "scumm/help.h"
 #include "scumm/scumm.h"
 #include "common/str.h"

Index: imuse.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/imuse.cpp,v
retrieving revision 2.144
retrieving revision 2.145
diff -u -d -r2.144 -r2.145
--- imuse.cpp	22 Jun 2005 06:37:02 -0000	2.144
+++ imuse.cpp	24 Jun 2005 15:23:11 -0000	2.145
@@ -20,7 +20,7 @@
  *
  */
 
-#include "stdafx.h"
+#include "common/stdafx.h"
 
 #include "base/version.h"
 

Index: imuse_player.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/imuse_player.cpp,v
retrieving revision 2.53
retrieving revision 2.54
diff -u -d -r2.53 -r2.54
--- imuse_player.cpp	29 May 2005 18:14:59 -0000	2.53
+++ imuse_player.cpp	24 Jun 2005 15:23:12 -0000	2.54
@@ -19,7 +19,7 @@
  * $Header$
  */
 
-#include "stdafx.h"
+#include "common/stdafx.h"
 
 #include "common/util.h"
 #include "base/engine.h"

Index: input.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/input.cpp,v
retrieving revision 2.31
retrieving revision 2.32
diff -u -d -r2.31 -r2.32
--- input.cpp	14 May 2005 23:28:21 -0000	2.31
+++ input.cpp	24 Jun 2005 15:23:12 -0000	2.32
@@ -20,7 +20,7 @@
  *
  */
 
-#include "stdafx.h"
+#include "common/stdafx.h"
 
 #include "common/config-manager.h"
 #include "common/system.h"

Index: instrument.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/instrument.cpp,v
retrieving revision 2.34
retrieving revision 2.35
diff -u -d -r2.34 -r2.35
--- instrument.cpp	25 May 2005 19:39:07 -0000	2.34
+++ instrument.cpp	24 Jun 2005 15:23:12 -0000	2.35
@@ -19,7 +19,7 @@
  * $Header$
  */
 
-#include "stdafx.h"
+#include "common/stdafx.h"
 #include "scumm/scumm.h"
 #include "scumm/saveload.h"
 #include "scumm/instrument.h"

Index: instrument.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/instrument.h,v
retrieving revision 2.17
retrieving revision 2.18
diff -u -d -r2.17 -r2.18
--- instrument.h	21 Jun 2005 16:45:18 -0000	2.17
+++ instrument.h	24 Jun 2005 15:23:12 -0000	2.18
@@ -22,7 +22,7 @@
 #ifndef INSTRUMENT_H
 #define INSTRUMENT_H
 
-#include "stdafx.h"
+#include "common/stdafx.h"
 #include "common/scummsys.h"
 
 class MidiChannel;

Index: logic_he.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/logic_he.cpp,v
retrieving revision 2.22
retrieving revision 2.23
diff -u -d -r2.22 -r2.23
--- logic_he.cpp	21 Jun 2005 22:08:17 -0000	2.22
+++ logic_he.cpp	24 Jun 2005 15:23:12 -0000	2.23
@@ -19,7 +19,7 @@
  *
  */
 
-#include "stdafx.h"
+#include "common/stdafx.h"
 
 #include "scumm/intern.h"
 #include "scumm/logic_he.h"

Index: logic_he.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/logic_he.h,v
retrieving revision 2.13
retrieving revision 2.14
diff -u -d -r2.13 -r2.14
--- logic_he.h	18 May 2005 08:50:06 -0000	2.13
+++ logic_he.h	24 Jun 2005 15:23:12 -0000	2.14
@@ -22,7 +22,7 @@
 #if !defined(LOGIC_HE_H) && !defined(DISABLE_HE)
 #define LOGIC_HE_H
 
-#include "stdafx.h"
+#include "common/stdafx.h"
 
 #include "scumm/intern.h"
 

Index: midiparser_eup.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/midiparser_eup.cpp,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -d -r1.15 -r1.16
--- midiparser_eup.cpp	1 Jan 2005 16:09:14 -0000	1.15
+++ midiparser_eup.cpp	24 Jun 2005 15:23:12 -0000	1.16
@@ -19,7 +19,7 @@
  *
  */
 
-#include "stdafx.h"
+#include "common/stdafx.h"
 #include "sound/midiparser.h"
 #include "sound/mididrv.h"
 #include "common/util.h"

Index: midiparser_ro.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/midiparser_ro.cpp,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- midiparser_ro.cpp	1 Jan 2005 16:09:14 -0000	1.7
+++ midiparser_ro.cpp	24 Jun 2005 15:23:12 -0000	1.8
@@ -19,7 +19,7 @@
  *
  */
 
-#include "stdafx.h"
+#include "common/stdafx.h"
 #include "sound/midiparser.h"
 #include "sound/mididrv.h"
 #include "common/util.h"

Index: nut_renderer.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/nut_renderer.cpp,v
retrieving revision 1.59
retrieving revision 1.60
diff -u -d -r1.59 -r1.60
--- nut_renderer.cpp	18 Jun 2005 15:44:40 -0000	1.59
+++ nut_renderer.cpp	24 Jun 2005 15:23:12 -0000	1.60
@@ -18,7 +18,7 @@
  * $Header$
  */
 
-#include "stdafx.h"
+#include "common/stdafx.h"
 #include "scumm/scumm.h"
 #include "scumm/nut_renderer.h"
 #include "scumm/bomp.h"

Index: object.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/object.cpp,v
retrieving revision 1.245
retrieving revision 1.246
diff -u -d -r1.245 -r1.246
--- object.cpp	23 Jun 2005 14:10:51 -0000	1.245
+++ object.cpp	24 Jun 2005 15:23:12 -0000	1.246
@@ -20,7 +20,7 @@
  *
  */
 
-#include "stdafx.h"
+#include "common/stdafx.h"
 #include "scumm/scumm.h"
 #include "scumm/actor.h"
 #include "scumm/bomp.h"

Index: palette.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/palette.cpp,v
retrieving revision 2.50
retrieving revision 2.51
diff -u -d -r2.50 -r2.51
--- palette.cpp	25 May 2005 09:25:27 -0000	2.50
+++ palette.cpp	24 Jun 2005 15:23:13 -0000	2.51
@@ -19,7 +19,7 @@
  *
  */
 
-#include "stdafx.h"
+#include "common/stdafx.h"
 #include "common/system.h"
 #include "common/util.h"
 

Index: palette_he.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/palette_he.cpp,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -d -r1.20 -r1.21
--- palette_he.cpp	23 May 2005 03:33:08 -0000	1.20
+++ palette_he.cpp	24 Jun 2005 15:23:13 -0000	1.21
@@ -19,7 +19,7 @@
  *
  */
 
-#include "stdafx.h"
+#include "common/stdafx.h"
 #include "common/system.h"
 #include "common/util.h"
 #include "scumm/scumm.h"

Index: player_mod.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/player_mod.cpp,v
retrieving revision 2.22
retrieving revision 2.23
diff -u -d -r2.22 -r2.23
--- player_mod.cpp	11 May 2005 00:01:26 -0000	2.22
+++ player_mod.cpp	24 Jun 2005 15:23:13 -0000	2.23
@@ -20,7 +20,7 @@
  *
  */
 
-#include "stdafx.h"
+#include "common/stdafx.h"
 #include "scumm/player_mod.h"
 #include "sound/mixer.h"
 #include "sound/rate.h"

Index: player_nes.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/player_nes.cpp,v
retrieving revision 2.3
retrieving revision 2.4
diff -u -d -r2.3 -r2.4
--- player_nes.cpp	7 Apr 2005 21:13:01 -0000	2.3
+++ player_nes.cpp	24 Jun 2005 15:23:13 -0000	2.4
@@ -21,7 +21,7 @@
  *
  */
 
-#include "stdafx.h"
+#include "common/stdafx.h"
 #include "base/engine.h"
 #include "scumm/player_nes.h"
 #include "scumm/scumm.h"

Index: player_v1.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/player_v1.cpp,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -d -r1.24 -r1.25
--- player_v1.cpp	11 Jan 2005 13:25:01 -0000	1.24
+++ player_v1.cpp	24 Jun 2005 15:23:13 -0000	1.25
@@ -20,7 +20,7 @@
  *
  */
 
-#include "stdafx.h"
+#include "common/stdafx.h"
 #include "base/engine.h"
 #include "scumm/player_v1.h"
 #include "scumm/scumm.h"

Index: player_v2.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/player_v2.cpp,v
retrieving revision 2.59
retrieving revision 2.60
diff -u -d -r2.59 -r2.60
--- player_v2.cpp	15 Mar 2005 13:41:15 -0000	2.59
+++ player_v2.cpp	24 Jun 2005 15:23:13 -0000	2.60
@@ -20,7 +20,7 @@
  *
  */
 
-#include "stdafx.h"
+#include "common/stdafx.h"
 #include "base/engine.h"
 #include "scumm/player_v2.h"
 #include "scumm/scumm.h"

Index: player_v2a.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/player_v2a.cpp,v
retrieving revision 2.30
retrieving revision 2.31
diff -u -d -r2.30 -r2.31
--- player_v2a.cpp	21 Jun 2005 16:45:17 -0000	2.30
+++ player_v2a.cpp	24 Jun 2005 15:23:13 -0000	2.31
@@ -20,7 +20,7 @@
  *
  */
 
-#include "stdafx.h"
+#include "common/stdafx.h"
 #include "base/engine.h"
 #include "scumm/player_v2a.h"
 #include "scumm/scumm.h"

Index: player_v3a.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/player_v3a.cpp,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -d -r1.23 -r1.24
--- player_v3a.cpp	7 Apr 2005 07:29:19 -0000	1.23
+++ player_v3a.cpp	24 Jun 2005 15:23:13 -0000	1.24
@@ -20,7 +20,7 @@
  *
  */
 
-#include "stdafx.h"
+#include "common/stdafx.h"
 #include "base/engine.h"
 #include "scumm/player_v3a.h"
 #include "scumm/scumm.h"

Index: resource.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/resource.cpp,v
retrieving revision 1.328
retrieving revision 1.329
diff -u -d -r1.328 -r1.329
--- resource.cpp	19 Jun 2005 18:16:16 -0000	1.328
+++ resource.cpp	24 Jun 2005 15:23:13 -0000	1.329
@@ -20,7 +20,7 @@
  *
  */
 
-#include "stdafx.h"
+#include "common/stdafx.h"
 #include "common/str.h"
 
 #include "scumm/charset.h"

Index: resource_v2.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/resource_v2.cpp,v
retrieving revision 1.55
retrieving revision 1.56
diff -u -d -r1.55 -r1.56
--- resource_v2.cpp	18 May 2005 08:34:52 -0000	1.55
+++ resource_v2.cpp	24 Jun 2005 15:23:13 -0000	1.56
@@ -19,7 +19,7 @@
  *
  */
 
-#include "stdafx.h"
+#include "common/stdafx.h"
 
 #include "scumm/scumm.h"
 #include "scumm/intern.h"

Index: resource_v3.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/resource_v3.cpp,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -d -r1.39 -r1.40
--- resource_v3.cpp	10 May 2005 22:56:10 -0000	1.39
+++ resource_v3.cpp	24 Jun 2005 15:23:13 -0000	1.40
@@ -20,7 +20,7 @@
  *
  */
 
-#include "stdafx.h"
+#include "common/stdafx.h"
 #include "scumm/scumm.h"
 #include "scumm/intern.h"
 #include "scumm/util.h"

Index: resource_v4.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/resource_v4.cpp,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -d -r1.26 -r1.27
--- resource_v4.cpp	10 May 2005 22:56:10 -0000	1.26
+++ resource_v4.cpp	24 Jun 2005 15:23:13 -0000	1.27
@@ -20,7 +20,7 @@
  *
  */
 
-#include "stdafx.h"
+#include "common/stdafx.h"
 #include "scumm/scumm.h"
 #include "scumm/intern.h"
 #include "scumm/resource.h"

Index: resource_v7he.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/resource_v7he.cpp,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -d -r1.43 -r1.44
--- resource_v7he.cpp	18 May 2005 15:57:16 -0000	1.43
+++ resource_v7he.cpp	24 Jun 2005 15:23:13 -0000	1.44
@@ -23,7 +23,7 @@
  *
  */
 
-#include "stdafx.h"
+#include "common/stdafx.h"
 #include "scumm/scumm.h"
 #include "scumm/intern.h"
 #include "scumm/resource.h"

Index: room.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/room.cpp,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -d -r1.17 -r1.18
--- room.cpp	4 Jun 2005 06:30:23 -0000	1.17
+++ room.cpp	24 Jun 2005 15:23:13 -0000	1.18
@@ -20,7 +20,7 @@
  *
  */
 
-#include "stdafx.h"
+#include "common/stdafx.h"
 
 #include "scumm/actor.h"
 #include "scumm/boxes.h"

Index: saveload.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/saveload.cpp,v
retrieving revision 1.230
retrieving revision 1.231
diff -u -d -r1.230 -r1.231
--- saveload.cpp	28 May 2005 10:44:27 -0000	1.230
+++ saveload.cpp	24 Jun 2005 15:23:14 -0000	1.231
@@ -20,7 +20,7 @@
  *
  */
 
-#include "stdafx.h"
+#include "common/stdafx.h"
 
 #include "common/config-manager.h"
 #include "common/savefile.h"

Index: script.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/script.cpp,v
retrieving revision 1.224
retrieving revision 1.225
diff -u -d -r1.224 -r1.225
--- script.cpp	4 Jun 2005 18:08:05 -0000	1.224
+++ script.cpp	24 Jun 2005 15:23:14 -0000	1.225
@@ -20,7 +20,7 @@
  *
  */
 
-#include "stdafx.h"
+#include "common/stdafx.h"
 
 #include "common/config-manager.h"
 #include "common/util.h"

Index: script_c64.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/script_c64.cpp,v
retrieving revision 2.9
retrieving revision 2.10
diff -u -d -r2.9 -r2.10
--- script_c64.cpp	21 May 2005 04:49:08 -0000	2.9
+++ script_c64.cpp	24 Jun 2005 15:23:14 -0000	2.10
@@ -20,7 +20,7 @@
  *
  */
 
-#include "stdafx.h"
+#include "common/stdafx.h"
 #include "scumm/actor.h"
 #include "scumm/charset.h"
 #include "scumm/intern.h"

Index: script_v100he.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/script_v100he.cpp,v
retrieving revision 2.166
retrieving revision 2.167
diff -u -d -r2.166 -r2.167
--- script_v100he.cpp	14 Jun 2005 03:06:55 -0000	2.166
+++ script_v100he.cpp	24 Jun 2005 15:23:14 -0000	2.167
@@ -21,7 +21,7 @@
  */
 
 
-#include "stdafx.h"
+#include "common/stdafx.h"
 
 #include "common/config-manager.h"
 

Index: script_v2.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/script_v2.cpp,v
retrieving revision 2.278
retrieving revision 2.279
diff -u -d -r2.278 -r2.279
--- script_v2.cpp	19 May 2005 01:54:37 -0000	2.278
+++ script_v2.cpp	24 Jun 2005 15:23:14 -0000	2.279
@@ -20,7 +20,7 @@
  *
  */
 
-#include "stdafx.h"
+#include "common/stdafx.h"
 #include "scumm/actor.h"
 #include "scumm/charset.h"
 #include "scumm/intern.h"

Index: script_v5.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/script_v5.cpp,v
retrieving revision 1.288
retrieving revision 1.289
diff -u -d -r1.288 -r1.289
--- script_v5.cpp	7 Jun 2005 20:44:19 -0000	1.288
+++ script_v5.cpp	24 Jun 2005 15:23:15 -0000	1.289
@@ -20,7 +20,7 @@
  *
  */
 
-#include "stdafx.h"
+#include "common/stdafx.h"
 #include "scumm/actor.h"
 #include "scumm/charset.h"
 #include "scumm/intern.h"

Index: script_v6.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/script_v6.cpp,v
retrieving revision 1.444
retrieving revision 1.445
diff -u -d -r1.444 -r1.445
--- script_v6.cpp	17 Jun 2005 17:10:54 -0000	1.444
+++ script_v6.cpp	24 Jun 2005 15:23:15 -0000	1.445
@@ -21,7 +21,7 @@
  */
 
 
-#include "stdafx.h"
+#include "common/stdafx.h"
 
 #include "common/config-manager.h"
 

Index: script_v6he.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/script_v6he.cpp,v
retrieving revision 2.160
retrieving revision 2.161
diff -u -d -r2.160 -r2.161
--- script_v6he.cpp	13 Jun 2005 07:09:09 -0000	2.160
+++ script_v6he.cpp	24 Jun 2005 15:23:15 -0000	2.161
@@ -21,7 +21,7 @@
  */
 
 
-#include "stdafx.h"
+#include "common/stdafx.h"
 
 #include "common/config-manager.h"
 #include "common/savefile.h"

Index: script_v72he.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/script_v72he.cpp,v
retrieving revision 2.300
retrieving revision 2.301
diff -u -d -r2.300 -r2.301
--- script_v72he.cpp	13 Jun 2005 07:09:09 -0000	2.300
+++ script_v72he.cpp	24 Jun 2005 15:23:16 -0000	2.301
@@ -20,7 +20,7 @@
  *
  */
 
-#include "stdafx.h"
+#include "common/stdafx.h"
 
 #include "common/config-manager.h"
 #include "common/savefile.h"

Index: script_v7he.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/script_v7he.cpp,v
retrieving revision 2.162
retrieving revision 2.163
diff -u -d -r2.162 -r2.163
--- script_v7he.cpp	13 Jun 2005 07:09:10 -0000	2.162
+++ script_v7he.cpp	24 Jun 2005 15:23:16 -0000	2.163
@@ -21,7 +21,7 @@
  */
 
 
-#include "stdafx.h"
+#include "common/stdafx.h"
 
 #include "common/config-manager.h"
 

Index: script_v8.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/script_v8.cpp,v
retrieving revision 2.296
retrieving revision 2.297
diff -u -d -r2.296 -r2.297
--- script_v8.cpp	13 Jun 2005 07:09:10 -0000	2.296
+++ script_v8.cpp	24 Jun 2005 15:23:16 -0000	2.297
@@ -19,7 +19,7 @@
  *
  */
 
-#include "stdafx.h"
+#include "common/stdafx.h"
 #include "common/config-manager.h"
 #include "common/system.h"
 #include "scumm/actor.h"

Index: script_v80he.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/script_v80he.cpp,v
retrieving revision 2.121
retrieving revision 2.122
diff -u -d -r2.121 -r2.122
--- script_v80he.cpp	13 Jun 2005 07:09:10 -0000	2.121
+++ script_v80he.cpp	24 Jun 2005 15:23:16 -0000	2.122
@@ -21,7 +21,7 @@
  */
 
 
-#include "stdafx.h"
+#include "common/stdafx.h"
 
 #include "common/config-file.h"
 #include "common/config-manager.h"

Index: script_v90he.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/script_v90he.cpp,v
retrieving revision 2.274
retrieving revision 2.275
diff -u -d -r2.274 -r2.275
--- script_v90he.cpp	14 Jun 2005 03:06:55 -0000	2.274
+++ script_v90he.cpp	24 Jun 2005 15:23:17 -0000	2.275
@@ -21,7 +21,7 @@
  */
 
 
-#include "stdafx.h"
+#include "common/stdafx.h"
 
 #include "common/config-manager.h"
 

Index: scumm.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/scumm.cpp,v
retrieving revision 1.547
retrieving revision 1.548
diff -u -d -r1.547 -r1.548
--- scumm.cpp	19 Jun 2005 18:16:27 -0000	1.547
+++ scumm.cpp	24 Jun 2005 15:23:17 -0000	1.548
@@ -20,7 +20,7 @@
  *
  */
 
-#include "stdafx.h"
+#include "common/stdafx.h"
 
 #include "backends/fs/fs.h"
 

Index: sound.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/sound.cpp,v
retrieving revision 1.468
retrieving revision 1.469
diff -u -d -r1.468 -r1.469
--- sound.cpp	4 Jun 2005 06:30:35 -0000	1.468
+++ sound.cpp	24 Jun 2005 15:23:18 -0000	1.469
@@ -20,7 +20,7 @@
  *
  */
 
-#include "stdafx.h"
+#include "common/stdafx.h"
 #include "scumm/actor.h"
 #include "scumm/imuse.h"
 #include "scumm/imuse_digi/dimuse.h"

Index: sprite_he.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/sprite_he.cpp,v
retrieving revision 1.149
retrieving revision 1.150
diff -u -d -r1.149 -r1.150
--- sprite_he.cpp	5 Jun 2005 08:22:09 -0000	1.149
+++ sprite_he.cpp	24 Jun 2005 15:23:19 -0000	1.150
@@ -20,7 +20,7 @@
  *
  */
 
-#include "stdafx.h"
+#include "common/stdafx.h"
 
 #include "scumm/intern.h"
 #include "scumm/resource.h"

Index: string.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/string.cpp,v
retrieving revision 1.296
retrieving revision 1.297
diff -u -d -r1.296 -r1.297
--- string.cpp	17 Jun 2005 20:23:12 -0000	1.296
+++ string.cpp	24 Jun 2005 15:23:19 -0000	1.297
@@ -20,7 +20,7 @@
  *
  */
 
-#include "stdafx.h"
+#include "common/stdafx.h"
 
 #include "common/config-manager.h"
 

Index: usage_bits.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/usage_bits.cpp,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -d -r1.14 -r1.15
--- usage_bits.cpp	25 Mar 2005 01:59:47 -0000	1.14
+++ usage_bits.cpp	24 Jun 2005 15:23:19 -0000	1.15
@@ -19,7 +19,7 @@
  *
  */
 
-#include "stdafx.h"
+#include "common/stdafx.h"
 #include "scumm/scumm.h"
 #include "scumm/usage_bits.h"
 

Index: vars.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/vars.cpp,v
retrieving revision 1.139
retrieving revision 1.140
diff -u -d -r1.139 -r1.140
--- vars.cpp	21 May 2005 14:28:21 -0000	1.139
+++ vars.cpp	24 Jun 2005 15:23:19 -0000	1.140
@@ -21,7 +21,7 @@
  */
 
 
-#include "stdafx.h"
+#include "common/stdafx.h"
 #include "common/config-manager.h"
 #include "scumm/scumm.h"
 #include "scumm/intern.h"

Index: verbs.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/verbs.cpp,v
retrieving revision 1.138
retrieving revision 1.139
diff -u -d -r1.138 -r1.139
--- verbs.cpp	1 Jun 2005 01:00:22 -0000	1.138
+++ verbs.cpp	24 Jun 2005 15:23:19 -0000	1.139
@@ -20,7 +20,7 @@
  *
  */
 
-#include "stdafx.h"
+#include "common/stdafx.h"
 #include "scumm/charset.h"
 #include "scumm/intern.h"
 #include "scumm/object.h"

Index: wiz_he.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/wiz_he.cpp,v
retrieving revision 2.89
retrieving revision 2.90
diff -u -d -r2.89 -r2.90
--- wiz_he.cpp	14 Jun 2005 03:06:56 -0000	2.89
+++ wiz_he.cpp	24 Jun 2005 15:23:19 -0000	2.90
@@ -20,7 +20,7 @@
  *
  */
 
-#include "stdafx.h"
+#include "common/stdafx.h"
 
 #include "scumm/intern.h"
 #include "scumm/resource.h"





More information about the Scummvm-git-logs mailing list