diff options
author | Nicola Mettifogo | 2007-09-19 08:40:12 +0000 |
---|---|---|
committer | Nicola Mettifogo | 2007-09-19 08:40:12 +0000 |
commit | 258901bab96f0050385a9912c8ea0fe2a41b2d6f (patch) | |
tree | a3ae8675b679c9f3b58ac8d97c79369502ea23c1 /sound/softsynth | |
parent | a89694c0d61a75a960f5bec6c498659c988401cc (diff) | |
download | scummvm-rg350-258901bab96f0050385a9912c8ea0fe2a41b2d6f.tar.gz scummvm-rg350-258901bab96f0050385a9912c8ea0fe2a41b2d6f.tar.bz2 scummvm-rg350-258901bab96f0050385a9912c8ea0fe2a41b2d6f.zip |
Merged common/stdafx.h into common/scummsys.h. All referencing files have been updated.
svn-id: r28966
Diffstat (limited to 'sound/softsynth')
-rw-r--r-- | sound/softsynth/emumidi.h | 1 | ||||
-rw-r--r-- | sound/softsynth/fluidsynth.cpp | 2 | ||||
-rw-r--r-- | sound/softsynth/mt32.cpp | 1 | ||||
-rw-r--r-- | sound/softsynth/mt32/freeverb.cpp | 1 | ||||
-rw-r--r-- | sound/softsynth/ym2612.h | 1 |
5 files changed, 0 insertions, 6 deletions
diff --git a/sound/softsynth/emumidi.h b/sound/softsynth/emumidi.h index 3876f69fa0..1e8f4bf2a7 100644 --- a/sound/softsynth/emumidi.h +++ b/sound/softsynth/emumidi.h @@ -22,7 +22,6 @@ * $Id$ */ -#include "common/stdafx.h" #include "sound/audiostream.h" #include "sound/mididrv.h" #include "sound/mixer.h" diff --git a/sound/softsynth/fluidsynth.cpp b/sound/softsynth/fluidsynth.cpp index 486f6aaa08..4a61cd023b 100644 --- a/sound/softsynth/fluidsynth.cpp +++ b/sound/softsynth/fluidsynth.cpp @@ -22,12 +22,10 @@ * $Id$ */ -#include "common/stdafx.h" #include "common/scummsys.h" #ifdef USE_FLUIDSYNTH -#include "common/stdafx.h" #include "common/config-manager.h" #include "sound/mpu401.h" #include "sound/softsynth/emumidi.h" diff --git a/sound/softsynth/mt32.cpp b/sound/softsynth/mt32.cpp index acf2f0805a..706db826af 100644 --- a/sound/softsynth/mt32.cpp +++ b/sound/softsynth/mt32.cpp @@ -22,7 +22,6 @@ * $Id$ */ -#include "common/stdafx.h" #include "common/scummsys.h" #ifdef USE_MT32EMU diff --git a/sound/softsynth/mt32/freeverb.cpp b/sound/softsynth/mt32/freeverb.cpp index a364f4d45c..2a372fe19f 100644 --- a/sound/softsynth/mt32/freeverb.cpp +++ b/sound/softsynth/mt32/freeverb.cpp @@ -29,7 +29,6 @@ // http://www.dreampoint.co.uk // This code is public domain -#include "common/stdafx.h" #include "sound/softsynth/mt32/freeverb.h" comb::comb() { diff --git a/sound/softsynth/ym2612.h b/sound/softsynth/ym2612.h index c3be131a91..5fb2f32ef0 100644 --- a/sound/softsynth/ym2612.h +++ b/sound/softsynth/ym2612.h @@ -25,7 +25,6 @@ #ifndef SOUND_SOFTSYNTH_Y2612_H #define SOUND_SOFTSYNTH_Y2612_H -#include "common/stdafx.h" #include "common/scummsys.h" #include "sound/softsynth/emumidi.h" |