[Scummvm-cvs-logs] CVS: scummvm/sound/softsynth mt32.cpp,1.4,1.5

Max Horn fingolfin at users.sourceforge.net
Mon Jan 10 14:07:20 CET 2005


Update of /cvsroot/scummvm/scummvm/sound/softsynth
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4479/sound/softsynth

Modified Files:
	mt32.cpp 
Log Message:
system.h was being included in tons of places, without any good reason; reduced this (total dependencies on system.h went down from 193 to 85 files)

Index: mt32.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/sound/softsynth/mt32.cpp,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- mt32.cpp	6 Jan 2005 21:15:52 -0000	1.4
+++ mt32.cpp	10 Jan 2005 22:06:20 -0000	1.5
@@ -31,6 +31,7 @@
 #include "common/util.h"
 #include "common/file.h"
 #include "common/config-manager.h"
+#include "common/system.h"
 
 #include "graphics/fontman.h"
 #include "graphics/surface.h"





More information about the Scummvm-git-logs mailing list