[Scummvm-cvs-logs] CVS: scummvm/backends/sdl sdl-common.cpp,1.82,1.83 sdl.cpp,1.45,1.46 sdl_gl.cpp,1.53,1.54

Max Horn fingolfin at users.sourceforge.net
Wed Sep 10 05:16:59 CEST 2003


Update of /cvsroot/scummvm/scummvm/backends/sdl
In directory sc8-pr-cvs1:/tmp/cvs-serv12502/backends/sdl

Modified Files:
	sdl-common.cpp sdl.cpp sdl_gl.cpp 
Log Message:
moved declaration of error/warning/debug from engine.h to util.h

Index: sdl-common.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/backends/sdl/sdl-common.cpp,v
retrieving revision 1.82
retrieving revision 1.83
diff -u -d -r1.82 -r1.83
--- sdl-common.cpp	8 Sep 2003 11:54:13 -0000	1.82
+++ sdl-common.cpp	10 Sep 2003 12:15:50 -0000	1.83
@@ -22,7 +22,6 @@
 #include "sdl-common.h"
 #include "sound/mididrv.h"
 #include "common/scaler.h"
-#include "common/engine.h"	// Only #included for error() and warning()
 #include "common/util.h"
 
 #include "scummvm.xpm"

Index: sdl.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/backends/sdl/sdl.cpp,v
retrieving revision 1.45
retrieving revision 1.46
diff -u -d -r1.45 -r1.46
--- sdl.cpp	6 Sep 2003 20:21:54 -0000	1.45
+++ sdl.cpp	10 Sep 2003 12:15:51 -0000	1.46
@@ -23,7 +23,6 @@
 #include "sdl-common.h"
 #include "common/scaler.h"
 #include "common/util.h"
-#include "common/engine.h"	// Only #included for error() and warning()
 
 class OSystem_SDL : public OSystem_SDL_Common {
 public:

Index: sdl_gl.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/backends/sdl/sdl_gl.cpp,v
retrieving revision 1.53
retrieving revision 1.54
diff -u -d -r1.53 -r1.54
--- sdl_gl.cpp	6 Sep 2003 20:21:54 -0000	1.53
+++ sdl_gl.cpp	10 Sep 2003 12:15:51 -0000	1.54
@@ -23,7 +23,6 @@
 #include "sdl-common.h"
 #include "common/scaler.h"
 #include "common/util.h"
-#include "common/engine.h"	// Only #included for error() and warning()
 
 #ifdef WIN32
 int glColorTable(int, int, int, int, int, void *) { return 0; }





More information about the Scummvm-git-logs mailing list