diff options
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" |