[Scummvm-cvs-logs] CVS: scummvm/gob gob.cpp,1.21,1.22 video.h,1.6,1.7

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


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

Modified Files:
	gob.cpp video.h 
Log Message:
When including files from common/, explicitly use the common/ prefix

Index: gob.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/gob/gob.cpp,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -d -r1.21 -r1.22
--- gob.cpp	23 May 2005 20:53:54 -0000	1.21
+++ gob.cpp	24 Jun 2005 15:22:39 -0000	1.22
@@ -18,7 +18,7 @@
  * $Header$
  *
  */
-#include "stdafx.h"
+#include "common/stdafx.h"
 
 #include "base/gameDetector.h"
 #include "base/plugins.h"

Index: video.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/gob/video.h,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- video.h	22 Jun 2005 19:32:10 -0000	1.6
+++ video.h	24 Jun 2005 15:22:39 -0000	1.7
@@ -22,7 +22,7 @@
 #ifndef GOB_VIDEO_H
 #define GOB_VIDEO_H
 
-#include "stdafx.h"
+#include "common/stdafx.h"
 #include "common/util.h"
 
 namespace Gob {





More information about the Scummvm-git-logs mailing list