aboutsummaryrefslogtreecommitdiff
path: root/saga/sndres.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/sndres.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/sndres.cpp')
-rw-r--r--saga/sndres.cpp10
1 files changed, 5 insertions, 5 deletions
diff --git a/saga/sndres.cpp b/saga/sndres.cpp
index d964ec738d..5fef6afd23 100644
--- a/saga/sndres.cpp
+++ b/saga/sndres.cpp
@@ -23,13 +23,13 @@
// Sound resource management class
-#include "saga.h"
+#include "saga/saga.h"
-#include "game_mod.h"
-#include "rscfile_mod.h"
+#include "saga/game_mod.h"
+#include "saga/rscfile_mod.h"
-#include "sndres.h"
-#include "sound.h"
+#include "saga/sndres.h"
+#include "saga/sound.h"
#include "common/file.h"