aboutsummaryrefslogtreecommitdiff
path: root/simon
diff options
context:
space:
mode:
authorJames Brown2002-04-19 11:12:27 +0000
committerJames Brown2002-04-19 11:12:27 +0000
commit89d957090e977e73a9ef314d647e4cded3710bdb (patch)
tree047dba4772978b9ede3b459e3faa11df3759e6bf /simon
parentd8d136b92b50494f32168531dab82c195c80f43a (diff)
downloadscummvm-rg350-89d957090e977e73a9ef314d647e4cded3710bdb.tar.gz
scummvm-rg350-89d957090e977e73a9ef314d647e4cded3710bdb.tar.bz2
scummvm-rg350-89d957090e977e73a9ef314d647e4cded3710bdb.zip
Use relative include paths to easy some ports.
svn-id: r4005
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>