[Scummvm-cvs-logs] CVS: scummvm/queen bankman.cpp,1.10,1.11 command.cpp,1.81,1.82 credits.cpp,1.12,1.13 cutaway.cpp,1.145,1.146 debug.cpp,1.15,1.16 display.cpp,1.87,1.88 graphics.cpp,1.111,1.112 grid.cpp,1.8,1.9 input.cpp,1.35,1.36 journal.cpp,1.48,1.49 logic.cpp,1.217,1.218 music.cpp,1.33,1.34 musicdata.cpp,1.11,1.12 queen.cpp,1.130,1.131 resource.cpp,1.58,1.59 sound.cpp,1.55,1.56 state.cpp,1.5,1.6 talk.cpp,1.116,1.117 walk.cpp,1.47,1.48

Max Horn fingolfin at users.sourceforge.net
Fri Jun 24 08:26:53 CEST 2005


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

Modified Files:
	bankman.cpp command.cpp credits.cpp cutaway.cpp debug.cpp 
	display.cpp graphics.cpp grid.cpp input.cpp journal.cpp 
	logic.cpp music.cpp musicdata.cpp queen.cpp resource.cpp 
	sound.cpp state.cpp talk.cpp walk.cpp 
Log Message:
When including files from common/, explicitly use the common/ prefix

Index: bankman.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/queen/bankman.cpp,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- bankman.cpp	9 May 2005 18:25:24 -0000	1.10
+++ bankman.cpp	24 Jun 2005 15:22:44 -0000	1.11
@@ -19,7 +19,7 @@
  *
  */
 
-#include "stdafx.h"
+#include "common/stdafx.h"
 #include "queen/bankman.h"
 
 #include "queen/resource.h"

Index: command.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/queen/command.cpp,v
retrieving revision 1.81
retrieving revision 1.82
diff -u -d -r1.81 -r1.82
--- command.cpp	9 May 2005 18:25:24 -0000	1.81
+++ command.cpp	24 Jun 2005 15:22:44 -0000	1.82
@@ -19,7 +19,7 @@
  *
  */
 
-#include "stdafx.h"
+#include "common/stdafx.h"
 #include "queen/command.h"
 
 #include "queen/display.h"

Index: credits.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/queen/credits.cpp,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- credits.cpp	1 Jan 2005 16:09:07 -0000	1.12
+++ credits.cpp	24 Jun 2005 15:22:44 -0000	1.13
@@ -19,7 +19,7 @@
  *
  */
 
-#include "stdafx.h"
+#include "common/stdafx.h"
 #include "queen/credits.h"
 
 #include "queen/display.h"

Index: cutaway.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/queen/cutaway.cpp,v
retrieving revision 1.145
retrieving revision 1.146
diff -u -d -r1.145 -r1.146
--- cutaway.cpp	9 May 2005 18:25:25 -0000	1.145
+++ cutaway.cpp	24 Jun 2005 15:22:45 -0000	1.146
@@ -19,7 +19,7 @@
  *
  */
 
-#include "stdafx.h"
+#include "common/stdafx.h"
 #include "queen/cutaway.h"
 
 #include "queen/bankman.h"

Index: debug.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/queen/debug.cpp,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -d -r1.15 -r1.16
--- debug.cpp	21 Jun 2005 22:08:16 -0000	1.15
+++ debug.cpp	24 Jun 2005 15:23:02 -0000	1.16
@@ -19,7 +19,7 @@
  *
  */
 
-#include "stdafx.h"
+#include "common/stdafx.h"
 #include "queen/debug.h"
 
 #include "queen/defs.h"

Index: display.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/queen/display.cpp,v
retrieving revision 1.87
retrieving revision 1.88
diff -u -d -r1.87 -r1.88
--- display.cpp	9 May 2005 18:25:27 -0000	1.87
+++ display.cpp	24 Jun 2005 15:23:02 -0000	1.88
@@ -19,7 +19,7 @@
  *
  */
 
-#include "stdafx.h"
+#include "common/stdafx.h"
 #include "common/system.h"
 #include "queen/display.h"
 

Index: graphics.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/queen/graphics.cpp,v
retrieving revision 1.111
retrieving revision 1.112
diff -u -d -r1.111 -r1.112
--- graphics.cpp	1 Jan 2005 16:09:07 -0000	1.111
+++ graphics.cpp	24 Jun 2005 15:23:02 -0000	1.112
@@ -19,7 +19,7 @@
  *
  */
 
-#include "stdafx.h"
+#include "common/stdafx.h"
 #include "queen/graphics.h"
 
 #include "queen/bankman.h"

Index: grid.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/queen/grid.cpp,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- grid.cpp	1 Jan 2005 16:09:08 -0000	1.8
+++ grid.cpp	24 Jun 2005 15:23:02 -0000	1.9
@@ -19,7 +19,7 @@
  *
  */
 
-#include "stdafx.h"
+#include "common/stdafx.h"
 #include "queen/grid.h"
 
 #include "queen/display.h"

Index: input.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/queen/input.cpp,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -d -r1.35 -r1.36
--- input.cpp	9 May 2005 18:25:27 -0000	1.35
+++ input.cpp	24 Jun 2005 15:23:02 -0000	1.36
@@ -19,7 +19,7 @@
  *
  */
 
-#include "stdafx.h"
+#include "common/stdafx.h"
 
 #include "common/system.h"
 

Index: journal.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/queen/journal.cpp,v
retrieving revision 1.48
retrieving revision 1.49
diff -u -d -r1.48 -r1.49
--- journal.cpp	1 Jan 2005 18:53:47 -0000	1.48
+++ journal.cpp	24 Jun 2005 15:23:02 -0000	1.49
@@ -19,7 +19,7 @@
  *
  */
 
-#include "stdafx.h"
+#include "common/stdafx.h"
 #include "common/system.h"
 #include "queen/journal.h"
 

Index: logic.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/queen/logic.cpp,v
retrieving revision 1.217
retrieving revision 1.218
diff -u -d -r1.217 -r1.218
--- logic.cpp	9 May 2005 18:25:27 -0000	1.217
+++ logic.cpp	24 Jun 2005 15:23:02 -0000	1.218
@@ -19,7 +19,7 @@
  *
  */
 
-#include "stdafx.h"
+#include "common/stdafx.h"
 #include "queen/logic.h"
 
 #include "common/config-manager.h"

Index: music.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/queen/music.cpp,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -d -r1.33 -r1.34
--- music.cpp	3 Apr 2005 22:01:22 -0000	1.33
+++ music.cpp	24 Jun 2005 15:23:03 -0000	1.34
@@ -19,7 +19,7 @@
  *
  */
 
-#include "stdafx.h"
+#include "common/stdafx.h"
 #include "queen/music.h"
 #include "queen/queen.h"
 #include "queen/resource.h"

Index: musicdata.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/queen/musicdata.cpp,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- musicdata.cpp	1 Jan 2005 16:09:09 -0000	1.11
+++ musicdata.cpp	24 Jun 2005 15:23:03 -0000	1.12
@@ -19,7 +19,7 @@
  *
  */
 
-#include "stdafx.h"
+#include "common/stdafx.h"
 #include "queen/sound.h"
 
 namespace Queen {

Index: queen.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/queen/queen.cpp,v
retrieving revision 1.130
retrieving revision 1.131
diff -u -d -r1.130 -r1.131
--- queen.cpp	10 May 2005 23:48:37 -0000	1.130
+++ queen.cpp	24 Jun 2005 15:23:03 -0000	1.131
@@ -19,7 +19,7 @@
  *
  */
 
-#include "stdafx.h"
+#include "common/stdafx.h"
 
 #include "backends/fs/fs.h"
 

Index: resource.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/queen/resource.cpp,v
retrieving revision 1.58
retrieving revision 1.59
diff -u -d -r1.58 -r1.59
--- resource.cpp	10 May 2005 22:55:48 -0000	1.58
+++ resource.cpp	24 Jun 2005 15:23:03 -0000	1.59
@@ -19,7 +19,7 @@
  *
  */
 
-#include "stdafx.h"
+#include "common/stdafx.h"
 #include "queen/resource.h"
 
 namespace Queen {

Index: sound.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/queen/sound.cpp,v
retrieving revision 1.55
retrieving revision 1.56
diff -u -d -r1.55 -r1.56
--- sound.cpp	10 May 2005 23:48:37 -0000	1.55
+++ sound.cpp	24 Jun 2005 15:23:04 -0000	1.56
@@ -19,7 +19,7 @@
  *
  */
 
-#include "stdafx.h"
+#include "common/stdafx.h"
 #include "queen/sound.h"
 
 #include "queen/input.h"

Index: state.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/queen/state.cpp,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- state.cpp	1 Jan 2005 16:09:09 -0000	1.5
+++ state.cpp	24 Jun 2005 15:23:04 -0000	1.6
@@ -19,7 +19,7 @@
  *
  */
 
-#include "stdafx.h"
+#include "common/stdafx.h"
 #include "queen/state.h"
 
 namespace Queen {

Index: talk.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/queen/talk.cpp,v
retrieving revision 1.116
retrieving revision 1.117
diff -u -d -r1.116 -r1.117
--- talk.cpp	10 May 2005 22:55:48 -0000	1.116
+++ talk.cpp	24 Jun 2005 15:23:04 -0000	1.117
@@ -19,7 +19,7 @@
  *
  */
 
-#include "stdafx.h"
+#include "common/stdafx.h"
 #include "queen/talk.h"
 
 #include "queen/bankman.h"

Index: walk.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/queen/walk.cpp,v
retrieving revision 1.47
retrieving revision 1.48
diff -u -d -r1.47 -r1.48
--- walk.cpp	1 Jan 2005 16:09:09 -0000	1.47
+++ walk.cpp	24 Jun 2005 15:23:05 -0000	1.48
@@ -19,7 +19,7 @@
  *
  */
 
-#include "stdafx.h"
+#include "common/stdafx.h"
 #include "queen/walk.h"
 
 #include "queen/bankman.h"





More information about the Scummvm-git-logs mailing list