[Scummvm-cvs-logs] CVS: scummvm/backends/ps2 fileio.h,1.3,1.4 savefile.cpp,1.4,1.5 systemps2.cpp,1.6,1.7 systemps2.h,1.5,1.6

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


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

Modified Files:
	fileio.h savefile.cpp systemps2.cpp systemps2.h 
Log Message:
When including files from common/, explicitly use the common/ prefix

Index: fileio.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/backends/ps2/fileio.h,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- fileio.h	5 May 2005 03:06:31 -0000	1.3
+++ fileio.h	24 Jun 2005 15:22:32 -0000	1.4
@@ -22,7 +22,7 @@
 #ifndef __PS2FILE_IO__
 #define __PS2FILE_IO__
 
-#include "scummsys.h"
+#include "common/scummsys.h"
 
 class Ps2File {
 public:

Index: savefile.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/backends/ps2/savefile.cpp,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- savefile.cpp	11 May 2005 07:31:44 -0000	1.4
+++ savefile.cpp	24 Jun 2005 15:22:32 -0000	1.5
@@ -30,7 +30,7 @@
 #include "backends/ps2/Gs2dScreen.h"
 #include "backends/ps2/asyncfio.h"
 #include "backends/ps2/systemps2.h"
-#include "scummsys.h"
+#include "common/scummsys.h"
 
 extern AsyncFio fio;
 

Index: systemps2.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/backends/ps2/systemps2.cpp,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- systemps2.cpp	13 May 2005 19:51:12 -0000	1.6
+++ systemps2.cpp	24 Jun 2005 15:22:32 -0000	1.7
@@ -19,7 +19,7 @@
  *
  */
 
-#include "stdafx.h"
+#include "common/stdafx.h"
 #include <kernel.h>
 #include <stdio.h>
 #include <stdlib.h>
@@ -31,7 +31,7 @@
 #include <iopcontrol.h>
 #include <iopheap.h>
 #include <osd_config.h>
-#include "scummsys.h"
+#include "common/scummsys.h"
 #include "../intern.h"
 #include "base/engine.h"
 #include "backends/ps2/systemps2.h"

Index: systemps2.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/backends/ps2/systemps2.h,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- systemps2.h	11 May 2005 07:31:44 -0000	1.5
+++ systemps2.h	24 Jun 2005 15:22:32 -0000	1.6
@@ -22,8 +22,8 @@
 #ifndef SYSTEMPS2_H
 #define SYSTEMPS2_H
 
-#include "stdafx.h"
-#include "system.h"
+#include "common/stdafx.h"
+#include "common/system.h"
 
 class Gs2dScreen;
 class Ps2Input;





More information about the Scummvm-git-logs mailing list