[Scummvm-cvs-logs] CVS: scummvm/bs2/driver d_sound.h,1.3,1.4

Max Horn fingolfin at users.sourceforge.net
Thu Jul 31 13:52:06 CEST 2003


Update of /cvsroot/scummvm/scummvm/bs2/driver
In directory sc8-pr-cvs1:/tmp/cvs-serv32177

Modified Files:
	d_sound.h 
Log Message:
never include headers in other headers if you can avoid it -> this cuts down on the number of files that have to be recompiled when a header is modified

Index: d_sound.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/bs2/driver/d_sound.h,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- d_sound.h	30 Jul 2003 19:25:30 -0000	1.3
+++ d_sound.h	31 Jul 2003 20:30:55 -0000	1.4
@@ -38,7 +38,7 @@
 #ifndef D_SOUND_H
 #define D_SOUND_H
 
-#include "sound/mixer.h"
+class SoundMixer;
 
 class Sword2Sound {
 	public:





More information about the Scummvm-git-logs mailing list