[Scummvm-cvs-logs] CVS: scummvm/sound/softsynth emumidi.h,1.4,1.5 fluidsynth.cpp,1.4,1.5 mt32.cpp,1.13,1.14

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


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

Modified Files:
	emumidi.h fluidsynth.cpp mt32.cpp 
Log Message:
When including files from common/, explicitly use the common/ prefix

Index: emumidi.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/sound/softsynth/emumidi.h,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- emumidi.h	10 May 2005 23:48:46 -0000	1.4
+++ emumidi.h	24 Jun 2005 15:23:48 -0000	1.5
@@ -18,7 +18,7 @@
  * $Header$
  */
 
-#include "stdafx.h"
+#include "common/stdafx.h"
 #include "sound/audiostream.h"
 #include "sound/mididrv.h"
 #include "sound/mixer.h"

Index: fluidsynth.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/sound/softsynth/fluidsynth.cpp,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- fluidsynth.cpp	11 May 2005 17:20:32 -0000	1.4
+++ fluidsynth.cpp	24 Jun 2005 15:23:48 -0000	1.5
@@ -24,7 +24,7 @@
 
 #ifdef USE_FLUIDSYNTH
 
-#include "stdafx.h"
+#include "common/stdafx.h"
 #include "common/config-manager.h"
 #include "sound/mpu401.h"
 #include "sound/softsynth/emumidi.h"

Index: mt32.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/sound/softsynth/mt32.cpp,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -d -r1.13 -r1.14
--- mt32.cpp	11 May 2005 00:01:36 -0000	1.13
+++ mt32.cpp	24 Jun 2005 15:23:48 -0000	1.14
@@ -18,7 +18,7 @@
  * $Header$
  */
 
-#include "stdafx.h"
+#include "common/stdafx.h"
 #include "common/scummsys.h"
 
 #ifdef USE_MT32EMU





More information about the Scummvm-git-logs mailing list