aboutsummaryrefslogtreecommitdiff
path: root/engines/sword2/animation.h
diff options
context:
space:
mode:
authorEugene Sandulenko2011-01-23 17:37:17 +0000
committerEugene Sandulenko2011-01-23 17:37:17 +0000
commitf123802f4c33d9d146f6e53f8c4691ea3067f8a8 (patch)
tree19f65acf97ce01587e450a2345f87fb3faf004a3 /engines/sword2/animation.h
parent806ccf5d25ebe337103942cdb6b5cf8800de115a (diff)
downloadscummvm-rg350-f123802f4c33d9d146f6e53f8c4691ea3067f8a8.tar.gz
scummvm-rg350-f123802f4c33d9d146f6e53f8c4691ea3067f8a8.tar.bz2
scummvm-rg350-f123802f4c33d9d146f6e53f8c4691ea3067f8a8.zip
GRAPHICS: Move graphics/video/ to video/. Step 2/2
svn-id: r55474
Diffstat (limited to 'engines/sword2/animation.h')
-rw-r--r--engines/sword2/animation.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/engines/sword2/animation.h b/engines/sword2/animation.h
index 4796d39097..64a712682d 100644
--- a/engines/sword2/animation.h
+++ b/engines/sword2/animation.h
@@ -28,9 +28,9 @@
#ifndef SWORD2_ANIMATION_H
#define SWORD2_ANIMATION_H
-#include "graphics/video/dxa_decoder.h"
-#include "graphics/video/smk_decoder.h"
-#include "graphics/video/video_decoder.h"
+#include "video/dxa_decoder.h"
+#include "video/smk_decoder.h"
+#include "video/video_decoder.h"
#include "sound/mixer.h"
#include "sword2/screen.h"