aboutsummaryrefslogtreecommitdiff
path: root/sound
diff options
context:
space:
mode:
Diffstat (limited to 'sound')
-rw-r--r--sound/audiostream.h4
-rw-r--r--sound/fmopl.h2
-rw-r--r--sound/mididrv.h2
-rw-r--r--sound/mixer.h2
-rw-r--r--sound/rate.h2
5 files changed, 6 insertions, 6 deletions
diff --git a/sound/audiostream.h b/sound/audiostream.h
index a40e27aaef..6611018c3d 100644
--- a/sound/audiostream.h
+++ b/sound/audiostream.h
@@ -22,8 +22,8 @@
#ifndef AUDIOSTREAM_H
#define AUDIOSTREAM_H
-#include "scummsys.h"
-#include <assert.h>
+#include "stdafx.h"
+#include "common/scummsys.h"
#ifdef USE_MAD
#include <mad.h>
#endif
diff --git a/sound/fmopl.h b/sound/fmopl.h
index 5faed21849..fceda63c56 100644
--- a/sound/fmopl.h
+++ b/sound/fmopl.h
@@ -26,7 +26,7 @@
#ifndef FMOPL_H_
#define FMOPL_H_
-#include "scummsys.h"
+#include "common/scummsys.h"
enum {
FMOPL_ENV_BITS_HQ = 16,
diff --git a/sound/mididrv.h b/sound/mididrv.h
index 58bbe0dcdf..b72959428f 100644
--- a/sound/mididrv.h
+++ b/sound/mididrv.h
@@ -23,7 +23,7 @@
#ifndef SOUND_MIDIDRV_H
#define SOUND_MIDIDRV_H
-#include "scummsys.h"
+#include "common/scummsys.h"
class MidiChannel;
diff --git a/sound/mixer.h b/sound/mixer.h
index 2c46f3c8b0..ff156b5a08 100644
--- a/sound/mixer.h
+++ b/sound/mixer.h
@@ -23,6 +23,7 @@
#ifndef MIXER_H
#define MIXER_H
+#include "stdafx.h"
#if defined(HAVE_CONFIG_H)
#include "config.h"
#endif
@@ -32,7 +33,6 @@
#ifdef USE_VORBIS
#include <vorbis/vorbisfile.h>
#endif
-#include "stdafx.h"
#include "common/scummsys.h"
#include "common/system.h"
diff --git a/sound/rate.h b/sound/rate.h
index d0ebf0ae05..31f90dc5f8 100644
--- a/sound/rate.h
+++ b/sound/rate.h
@@ -7,7 +7,7 @@
#include <stdio.h>
#include <assert.h>
-#include "scummsys.h"
+#include "common/scummsys.h"
#include "common/engine.h"
#include "common/util.h"