aboutsummaryrefslogtreecommitdiff
path: root/saga/sndres.h
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.h
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.h')
-rw-r--r--saga/sndres.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/saga/sndres.h b/saga/sndres.h
index 23b144b632..49956c4fd3 100644
--- a/saga/sndres.h
+++ b/saga/sndres.h
@@ -26,9 +26,9 @@
#ifndef SAGA_SNDRES_H_
#define SAGA_SNDRES_H_
-#include "rscfile_mod.h"
-#include "game_mod.h"
-#include "sound.h"
+#include "saga/rscfile_mod.h"
+#include "saga/game_mod.h"
+#include "saga/sound.h"
namespace Saga {