aboutsummaryrefslogtreecommitdiff
path: root/simon
diff options
context:
space:
mode:
Diffstat (limited to 'simon')
-rw-r--r--simon/midi.cpp4
-rw-r--r--simon/simon.cpp2
-rw-r--r--simon/simonsys.cpp2
3 files changed, 4 insertions, 4 deletions
diff --git a/simon/midi.cpp b/simon/midi.cpp
index a83ed65707..c4acc1390a 100644
--- a/simon/midi.cpp
+++ b/simon/midi.cpp
@@ -23,8 +23,8 @@
#include "stdafx.h"
#include "scummsys.h"
#include "system.h"
-#include "mididrv.h"
-#include "mixer.h"
+#include "../sound/mididrv.h"
+#include "../sound/mixer.h"
#include "simon.h"
void MidiPlayer::read_from_file(void *dst, uint size) {
diff --git a/simon/simon.cpp b/simon/simon.cpp
index 460ff54b2f..f0890e600f 100644
--- a/simon/simon.cpp
+++ b/simon/simon.cpp
@@ -23,7 +23,7 @@
#include "stdafx.h"
#include "scummsys.h"
#include "system.h"
-#include "mixer.h"
+#include "../sound/mixer.h"
#include "simon.h"
diff --git a/simon/simonsys.cpp b/simon/simonsys.cpp
index 2916d57137..cb7f34bc9e 100644
--- a/simon/simonsys.cpp
+++ b/simon/simonsys.cpp
@@ -23,7 +23,7 @@
#include "stdafx.h"
#include "scummsys.h"
#include "system.h"
-#include "mixer.h"
+#include "../sound/mixer.h"
#include "simon.h"
#include <stdarg.h>