aboutsummaryrefslogtreecommitdiff
path: root/saga/sound.cpp
diff options
context:
space:
mode:
authorEugene Sandulenko2004-08-02 16:20:35 +0000
committerEugene Sandulenko2004-08-02 16:20:35 +0000
commit166b05aed4c6431c6c4b19a87c94646498ed1e99 (patch)
tree5eacae0d409d4ce40db87a76508480eb8c23e7bf /saga/sound.cpp
parent79e2af87877095b317ad47cf2f42cf10a38fd6aa (diff)
downloadscummvm-rg350-166b05aed4c6431c6c4b19a87c94646498ed1e99.tar.gz
scummvm-rg350-166b05aed4c6431c6c4b19a87c94646498ed1e99.tar.bz2
scummvm-rg350-166b05aed4c6431c6c4b19a87c94646498ed1e99.zip
Fix #include paths.
svn-id: r14443
Diffstat (limited to 'saga/sound.cpp')
-rw-r--r--saga/sound.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/saga/sound.cpp b/saga/sound.cpp
index ff94263487..8fb38b1f19 100644
--- a/saga/sound.cpp
+++ b/saga/sound.cpp
@@ -20,10 +20,10 @@
* $Header$
*
*/
-#include "saga.h"
+#include "saga/saga.h"
-#include "sound.h"
-#include "game_mod.h"
+#include "saga/sound.h"
+#include "saga/game_mod.h"
#include "sound/mixer.h"