[Scummvm-cvs-logs] CVS: scummvm/backends/midi alsa.cpp,1.19,1.20 coreaudio.cpp,1.13,1.14 morphos.cpp,1.12,1.13 null.cpp,1.9,1.10 seq.cpp,1.11,1.12 windows.cpp,1.17,1.18 ypa1.cpp,1.11,1.12 zodiac.cpp,1.4,1.5

Max Horn fingolfin at users.sourceforge.net
Fri Jun 24 08:26:10 CEST 2005


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

Modified Files:
	alsa.cpp coreaudio.cpp morphos.cpp null.cpp seq.cpp 
	windows.cpp ypa1.cpp zodiac.cpp 
Log Message:
When including files from common/, explicitly use the common/ prefix

Index: alsa.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/backends/midi/alsa.cpp,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -d -r1.19 -r1.20
--- alsa.cpp	1 Jan 2005 16:08:47 -0000	1.19
+++ alsa.cpp	24 Jun 2005 15:22:29 -0000	1.20
@@ -27,7 +27,7 @@
 
 #include "sound/mpu401.h"
 
-#include "stdafx.h"
+#include "common/stdafx.h"
 #include "common/util.h"
 #include "common/config-manager.h"
 

Index: coreaudio.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/backends/midi/coreaudio.cpp,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -d -r1.13 -r1.14
--- coreaudio.cpp	5 May 2005 11:57:52 -0000	1.13
+++ coreaudio.cpp	24 Jun 2005 15:22:30 -0000	1.14
@@ -20,7 +20,7 @@
 
 #ifdef MACOSX
 
-#include "stdafx.h"
+#include "common/stdafx.h"
 #include "common/config-manager.h"
 #include "common/util.h"
 #include "sound/mpu401.h"

Index: morphos.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/backends/midi/morphos.cpp,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- morphos.cpp	1 Jan 2005 16:08:47 -0000	1.12
+++ morphos.cpp	24 Jun 2005 15:22:30 -0000	1.13
@@ -29,7 +29,7 @@
 #include <proto/dos.h>
 #include <proto/etude.h>
 
-#include "stdafx.h"
+#include "common/stdafx.h"
 #include "sound/mpu401.h"
 #include "common/util.h"
 #include "morphos.h"

Index: null.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/backends/midi/null.cpp,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- null.cpp	1 Jan 2005 16:08:47 -0000	1.9
+++ null.cpp	24 Jun 2005 15:22:30 -0000	1.10
@@ -18,7 +18,7 @@
  * $Header$
  */
 
-#include "stdafx.h"
+#include "common/stdafx.h"
 #include "sound/mpu401.h"
 
 /* NULL driver */

Index: seq.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/backends/midi/seq.cpp,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- seq.cpp	1 Jan 2005 16:08:47 -0000	1.11
+++ seq.cpp	24 Jun 2005 15:22:30 -0000	1.12
@@ -27,7 +27,7 @@
 
 #if defined(UNIX) && !defined(__BEOS__)
 
-#include "stdafx.h"
+#include "common/stdafx.h"
 #include "sound/mpu401.h"
 #include "common/util.h"
 

Index: windows.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/backends/midi/windows.cpp,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -d -r1.17 -r1.18
--- windows.cpp	1 Jan 2005 16:08:47 -0000	1.17
+++ windows.cpp	24 Jun 2005 15:22:30 -0000	1.18
@@ -20,7 +20,7 @@
 
 #if defined(WIN32) && !defined(_WIN32_WCE)
 
-#include "stdafx.h"
+#include "common/stdafx.h"
 #include "sound/mpu401.h"
 #include "common/util.h"
 

Index: ypa1.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/backends/midi/ypa1.cpp,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- ypa1.cpp	1 Jan 2005 16:08:47 -0000	1.11
+++ ypa1.cpp	24 Jun 2005 15:22:30 -0000	1.12
@@ -18,7 +18,7 @@
  * $Header$
  */
 
-#include "stdafx.h"
+#include "common/stdafx.h"
 #include "sound/mpu401.h"
 #include "common/util.h"
 

Index: zodiac.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/backends/midi/zodiac.cpp,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- zodiac.cpp	1 Jan 2005 16:08:47 -0000	1.4
+++ zodiac.cpp	24 Jun 2005 15:22:30 -0000	1.5
@@ -18,7 +18,7 @@
  * $Header$
  */
 
-#include "stdafx.h"
+#include "common/stdafx.h"
 #include "sound/mpu401.h"
 #include "common/util.h"
 





More information about the Scummvm-git-logs mailing list