aboutsummaryrefslogtreecommitdiff
path: root/sound
diff options
context:
space:
mode:
Diffstat (limited to 'sound')
-rw-r--r--sound/adpcm.cpp2
-rw-r--r--sound/adpcm.h2
-rw-r--r--sound/audiocd.cpp2
-rw-r--r--sound/audiocd.h2
-rw-r--r--sound/audiostream.cpp2
-rw-r--r--sound/audiostream.h2
-rw-r--r--sound/flac.h2
-rw-r--r--sound/fmopl.cpp2
-rw-r--r--sound/mididrv.cpp2
-rw-r--r--sound/midiparser.cpp2
-rw-r--r--sound/midiparser_smf.cpp2
-rw-r--r--sound/midiparser_xmidi.cpp2
-rw-r--r--sound/mixer.cpp2
-rw-r--r--sound/mixer.h2
-rw-r--r--sound/mp3.h2
-rw-r--r--sound/mpu401.cpp2
-rw-r--r--sound/mpu401.h2
-rw-r--r--sound/rate.cpp2
-rw-r--r--sound/softsynth/emumidi.h2
-rw-r--r--sound/softsynth/fluidsynth.cpp2
-rw-r--r--sound/softsynth/mt32.cpp2
-rw-r--r--sound/softsynth/mt32/freeverb.cpp2
-rw-r--r--sound/voc.cpp2
-rw-r--r--sound/voc.h2
-rw-r--r--sound/vorbis.h2
-rw-r--r--sound/wave.cpp2
-rw-r--r--sound/wave.h2
27 files changed, 27 insertions, 27 deletions
diff --git a/sound/adpcm.cpp b/sound/adpcm.cpp
index b20285a795..d04cb7c67c 100644
--- a/sound/adpcm.cpp
+++ b/sound/adpcm.cpp
@@ -19,7 +19,7 @@
*
*/
-#include "stdafx.h"
+#include "common/stdafx.h"
#include "common/stream.h"
#include "sound/audiostream.h"
diff --git a/sound/adpcm.h b/sound/adpcm.h
index cd240f8829..1994164b67 100644
--- a/sound/adpcm.h
+++ b/sound/adpcm.h
@@ -22,7 +22,7 @@
#ifndef SOUND_ADPCM_H
#define SOUND_ADPCM_H
-#include "stdafx.h"
+#include "common/stdafx.h"
#include "common/scummsys.h"
class AudioStream;
diff --git a/sound/audiocd.cpp b/sound/audiocd.cpp
index 891133bc5d..ab894724d4 100644
--- a/sound/audiocd.cpp
+++ b/sound/audiocd.cpp
@@ -19,7 +19,7 @@
*
*/
-#include "stdafx.h"
+#include "common/stdafx.h"
#include "sound/audiocd.h"
#include "sound/mp3.h"
diff --git a/sound/audiocd.h b/sound/audiocd.h
index 33d5848c6b..f0231876d3 100644
--- a/sound/audiocd.h
+++ b/sound/audiocd.h
@@ -22,7 +22,7 @@
#ifndef SOUND_AUDIOCD_H
#define SOUND_AUDIOCD_H
-#include "stdafx.h"
+#include "common/stdafx.h"
#include "common/scummsys.h"
#include "common/singleton.h"
#include "sound/mixer.h"
diff --git a/sound/audiostream.cpp b/sound/audiostream.cpp
index c9bd43e51c..e8ac3a4ab3 100644
--- a/sound/audiostream.cpp
+++ b/sound/audiostream.cpp
@@ -19,7 +19,7 @@
*
*/
-#include "stdafx.h"
+#include "common/stdafx.h"
#include "common/file.h"
#include "common/util.h"
#include "sound/audiostream.h"
diff --git a/sound/audiostream.h b/sound/audiostream.h
index df51d11897..13a70afa65 100644
--- a/sound/audiostream.h
+++ b/sound/audiostream.h
@@ -22,7 +22,7 @@
#ifndef AUDIOSTREAM_H
#define AUDIOSTREAM_H
-#include "stdafx.h"
+#include "common/stdafx.h"
#include "common/util.h"
#include "common/scummsys.h"
diff --git a/sound/flac.h b/sound/flac.h
index 2250f342ea..5d8263f766 100644
--- a/sound/flac.h
+++ b/sound/flac.h
@@ -22,7 +22,7 @@
#ifndef SOUND_FLAC_H
#define SOUND_FLAC_H
-#include "stdafx.h"
+#include "common/stdafx.h"
#include "common/scummsys.h"
#ifdef USE_FLAC
diff --git a/sound/fmopl.cpp b/sound/fmopl.cpp
index 40a73e465e..958929853a 100644
--- a/sound/fmopl.cpp
+++ b/sound/fmopl.cpp
@@ -22,7 +22,7 @@
* Tatsuyuki Satoh. Included from LGPL'ed AdPlug.
*/
-#include "stdafx.h"
+#include "common/stdafx.h"
#include <stdio.h>
#include <stdlib.h>
diff --git a/sound/mididrv.cpp b/sound/mididrv.cpp
index 35da9cb015..45a7031f7a 100644
--- a/sound/mididrv.cpp
+++ b/sound/mididrv.cpp
@@ -20,7 +20,7 @@
*
*/
-#include "stdafx.h"
+#include "common/stdafx.h"
#include "base/engine.h"
#include "common/config-manager.h"
diff --git a/sound/midiparser.cpp b/sound/midiparser.cpp
index 046ab17be7..0ac9427857 100644
--- a/sound/midiparser.cpp
+++ b/sound/midiparser.cpp
@@ -19,7 +19,7 @@
*
*/
-#include "stdafx.h"
+#include "common/stdafx.h"
#include "midiparser.h"
#include "mididrv.h"
#include "common/util.h"
diff --git a/sound/midiparser_smf.cpp b/sound/midiparser_smf.cpp
index e23856c0f6..f0d6a2540f 100644
--- a/sound/midiparser_smf.cpp
+++ b/sound/midiparser_smf.cpp
@@ -19,7 +19,7 @@
*
*/
-#include "stdafx.h"
+#include "common/stdafx.h"
#include "midiparser.h"
#include "mididrv.h"
#include "common/util.h"
diff --git a/sound/midiparser_xmidi.cpp b/sound/midiparser_xmidi.cpp
index 3b86424c46..5a9e37cc5f 100644
--- a/sound/midiparser_xmidi.cpp
+++ b/sound/midiparser_xmidi.cpp
@@ -19,7 +19,7 @@
*
*/
-#include "stdafx.h"
+#include "common/stdafx.h"
#include "midiparser.h"
#include "mididrv.h"
#include "common/util.h"
diff --git a/sound/mixer.cpp b/sound/mixer.cpp
index b2d46322fa..f97c563ccf 100644
--- a/sound/mixer.cpp
+++ b/sound/mixer.cpp
@@ -20,7 +20,7 @@
*
*/
-#include "stdafx.h"
+#include "common/stdafx.h"
#include "common/file.h"
#include "common/util.h"
diff --git a/sound/mixer.h b/sound/mixer.h
index c062437a0c..001753301a 100644
--- a/sound/mixer.h
+++ b/sound/mixer.h
@@ -23,7 +23,7 @@
#ifndef SOUND_MIXER_H
#define SOUND_MIXER_H
-#include "stdafx.h"
+#include "common/stdafx.h"
#include "common/scummsys.h"
#include "common/mutex.h"
diff --git a/sound/mp3.h b/sound/mp3.h
index 27886686ce..642d87e11f 100644
--- a/sound/mp3.h
+++ b/sound/mp3.h
@@ -22,7 +22,7 @@
#ifndef SOUND_MP3_H
#define SOUND_MP3_H
-#include "stdafx.h"
+#include "common/stdafx.h"
#include "common/scummsys.h"
#ifdef USE_MAD
diff --git a/sound/mpu401.cpp b/sound/mpu401.cpp
index 00e867cf3a..1aa8e19ff0 100644
--- a/sound/mpu401.cpp
+++ b/sound/mpu401.cpp
@@ -18,7 +18,7 @@
* $Header$
*/
-#include "stdafx.h"
+#include "common/stdafx.h"
#include "mpu401.h"
#include "common/timer.h"
#include "common/util.h" // for ARRAYSIZE
diff --git a/sound/mpu401.h b/sound/mpu401.h
index 6dc391aaca..20d722ce22 100644
--- a/sound/mpu401.h
+++ b/sound/mpu401.h
@@ -22,7 +22,7 @@
#ifndef SOUND_MPU401_H
#define SOUND_MPU401_H
-#include "stdafx.h"
+#include "common/stdafx.h"
#include "mididrv.h"
////////////////////////////////////////
diff --git a/sound/rate.cpp b/sound/rate.cpp
index 4ab935331c..eedc283cc6 100644
--- a/sound/rate.cpp
+++ b/sound/rate.cpp
@@ -27,7 +27,7 @@
* improvments over the original code were made.
*/
-#include "stdafx.h"
+#include "common/stdafx.h"
#include "sound/audiostream.h"
#include "sound/rate.h"
#include "sound/mixer.h"
diff --git a/sound/softsynth/emumidi.h b/sound/softsynth/emumidi.h
index 9fd0113a7f..579aebeeff 100644
--- a/sound/softsynth/emumidi.h
+++ b/sound/softsynth/emumidi.h
@@ -18,7 +18,7 @@
* $Header$
*/
-#include "stdafx.h"
+#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 37ceb5f48f..5bcf0993af 100644
--- a/sound/softsynth/fluidsynth.cpp
+++ b/sound/softsynth/fluidsynth.cpp
@@ -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"
diff --git a/sound/softsynth/mt32.cpp b/sound/softsynth/mt32.cpp
index c79abd28ba..94373b980a 100644
--- a/sound/softsynth/mt32.cpp
+++ b/sound/softsynth/mt32.cpp
@@ -18,7 +18,7 @@
* $Header$
*/
-#include "stdafx.h"
+#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 46193a5f4b..42865c1e71 100644
--- a/sound/softsynth/mt32/freeverb.cpp
+++ b/sound/softsynth/mt32/freeverb.cpp
@@ -30,7 +30,7 @@
// http://www.dreampoint.co.uk
// This code is public domain
-#include "stdafx.h"
+#include "common/stdafx.h"
#include "sound/softsynth/mt32/freeverb.h"
comb::comb() {
diff --git a/sound/voc.cpp b/sound/voc.cpp
index 5df91afad3..52e8a46849 100644
--- a/sound/voc.cpp
+++ b/sound/voc.cpp
@@ -20,7 +20,7 @@
*
*/
-#include "stdafx.h"
+#include "common/stdafx.h"
#include "common/util.h"
#include "common/stream.h"
diff --git a/sound/voc.h b/sound/voc.h
index 415483559d..86b7a71f78 100644
--- a/sound/voc.h
+++ b/sound/voc.h
@@ -23,7 +23,7 @@
#ifndef SOUND_VOC_H
#define SOUND_VOC_H
-#include "stdafx.h"
+#include "common/stdafx.h"
#include "common/scummsys.h"
class AudioStream;
diff --git a/sound/vorbis.h b/sound/vorbis.h
index 293af1e378..6f3796afff 100644
--- a/sound/vorbis.h
+++ b/sound/vorbis.h
@@ -22,7 +22,7 @@
#ifndef SOUND_VORBIS_H
#define SOUND_VORBIS_H
-#include "stdafx.h"
+#include "common/stdafx.h"
#include "common/scummsys.h"
#ifdef USE_VORBIS
diff --git a/sound/wave.cpp b/sound/wave.cpp
index 911c4cbdbe..42c1bd34db 100644
--- a/sound/wave.cpp
+++ b/sound/wave.cpp
@@ -19,7 +19,7 @@
*
*/
-#include "stdafx.h"
+#include "common/stdafx.h"
#include "common/util.h"
#include "common/stream.h"
diff --git a/sound/wave.h b/sound/wave.h
index c28ca7222b..a8719af024 100644
--- a/sound/wave.h
+++ b/sound/wave.h
@@ -22,7 +22,7 @@
#ifndef SOUND_WAVE_H
#define SOUND_WAVE_H
-#include "stdafx.h"
+#include "common/stdafx.h"
#include "common/scummsys.h"
class AudioStream;