aboutsummaryrefslogtreecommitdiff
path: root/engines/sword25/sfx/fmodexsound.cpp
diff options
context:
space:
mode:
authorEugene Sandulenko2010-07-29 19:55:28 +0000
committerEugene Sandulenko2010-10-12 21:49:51 +0000
commit65da804f583460739aec3bfe35b70310af1ee5a9 (patch)
tree71c515a101a386c66331d4f614d9722edd4e37ad /engines/sword25/sfx/fmodexsound.cpp
parent7b964a2823406721ec1200938948c0cfcdb3f1b1 (diff)
downloadscummvm-rg350-65da804f583460739aec3bfe35b70310af1ee5a9.tar.gz
scummvm-rg350-65da804f583460739aec3bfe35b70310af1ee5a9.tar.bz2
scummvm-rg350-65da804f583460739aec3bfe35b70310af1ee5a9.zip
SWORD25: Path fixes for includes
svn-id: r53180
Diffstat (limited to 'engines/sword25/sfx/fmodexsound.cpp')
-rwxr-xr-xengines/sword25/sfx/fmodexsound.cpp18
1 files changed, 8 insertions, 10 deletions
diff --git a/engines/sword25/sfx/fmodexsound.cpp b/engines/sword25/sfx/fmodexsound.cpp
index 346d55086b..327f430121 100755
--- a/engines/sword25/sfx/fmodexsound.cpp
+++ b/engines/sword25/sfx/fmodexsound.cpp
@@ -31,16 +31,14 @@
// Includes
// -----------------------------------------------------------------------------
-#include "fmod.h"
-#include "fmod_errors.h"
-#include "fmodexexception.h"
-#include "fmodexchannel.h"
-#include "fmodexresource.h"
-#include "kernel/string.h"
-#include "kernel/inputpersistenceblock.h"
-#include "kernel/outputpersistenceblock.h"
-#include "package/packagemanager.h"
-#include "fmodexsound.h"
+#include "sword25/sfx/fmodexexception.h"
+#include "sword25/sfx/fmodexchannel.h"
+#include "sword25/sfx/fmodexresource.h"
+#include "sword25/kernel/string.h"
+#include "sword25/kernel/inputpersistenceblock.h"
+#include "sword25/kernel/outputpersistenceblock.h"
+#include "sword25/package/packagemanager.h"
+#include "sword25/sfx/fmodexsound.h"
// -----------------------------------------------------------------------------
// Konstanten und lokale Funktionen