aboutsummaryrefslogtreecommitdiff
path: root/engines/sword25/gfx/animationresource.cpp
diff options
context:
space:
mode:
authorEugene Sandulenko2010-07-30 09:02:39 +0000
committerEugene Sandulenko2010-10-12 21:52:41 +0000
commite8bca8b8fe0f80e0d5053b190840b034f50ae163 (patch)
treedc92b4d58a2ec0f9378ffdc151a20bd740574f16 /engines/sword25/gfx/animationresource.cpp
parent65da804f583460739aec3bfe35b70310af1ee5a9 (diff)
downloadscummvm-rg350-e8bca8b8fe0f80e0d5053b190840b034f50ae163.tar.gz
scummvm-rg350-e8bca8b8fe0f80e0d5053b190840b034f50ae163.tar.bz2
scummvm-rg350-e8bca8b8fe0f80e0d5053b190840b034f50ae163.zip
SWORD25: Fixed rest of the include paths
svn-id: r53181
Diffstat (limited to 'engines/sword25/gfx/animationresource.cpp')
-rwxr-xr-xengines/sword25/gfx/animationresource.cpp12
1 files changed, 6 insertions, 6 deletions
diff --git a/engines/sword25/gfx/animationresource.cpp b/engines/sword25/gfx/animationresource.cpp
index f1f88eaf2f..03047abcb2 100755
--- a/engines/sword25/gfx/animationresource.cpp
+++ b/engines/sword25/gfx/animationresource.cpp
@@ -21,13 +21,13 @@
// Includes
// -----------------------------------------------------------------------------
-#include "animationresource.h"
+#include "sword25/gfx/animationresource.h"
-#include "kernel/kernel.h"
-#include "kernel/string.h"
-#include "package/packagemanager.h"
-#include "util/tinyxml/tinyxml.h"
-#include "bitmapresource.h"
+#include "sword25/kernel/kernel.h"
+#include "sword25/kernel/string.h"
+#include "sword25/package/packagemanager.h"
+#include <tinyxml.h>
+#include "sword25/gfx/bitmapresource.h"
// -----------------------------------------------------------------------------