[Scummvm-cvs-logs] CVS: residual/mixer mixer.h,1.7,1.8 mixer.cpp,1.9,1.10

Marcus Comstedt marcus_c at users.sourceforge.net
Sun Feb 5 08:12:01 CET 2006


Update of /cvsroot/scummvm/residual/mixer
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2180/mixer

Modified Files:
	mixer.h mixer.cpp 
Log Message:
Removed includes of SDL stuff in code not depending on SDL (and added such includes in code which _is_ depending on SDL...)

Index: mixer.h
===================================================================
RCS file: /cvsroot/scummvm/residual/mixer/mixer.h,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- mixer.h	1 Jan 2005 12:27:57 -0000	1.7
+++ mixer.h	5 Feb 2006 16:11:11 -0000	1.8
@@ -21,8 +21,6 @@
 #include "stdafx.h"
 #include "bits.h"
 
-#include <SDL.h>
-
 class AudioStream;
 class Channel;
 

Index: mixer.cpp
===================================================================
RCS file: /cvsroot/scummvm/residual/mixer/mixer.cpp,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- mixer.cpp	12 Jan 2005 22:32:45 -0000	1.9
+++ mixer.cpp	5 Feb 2006 16:11:11 -0000	1.10
@@ -23,6 +23,8 @@
 #include "mixer/rate.h"
 #include "mixer/audiostream.h"
 
+#include <SDL.h>
+
 SoundMixer *g_mixer = NULL;
 
 /**





More information about the Scummvm-git-logs mailing list