From f123802f4c33d9d146f6e53f8c4691ea3067f8a8 Mon Sep 17 00:00:00 2001 From: Eugene Sandulenko Date: Sun, 23 Jan 2011 17:37:17 +0000 Subject: GRAPHICS: Move graphics/video/ to video/. Step 2/2 svn-id: r55474 --- engines/sword2/animation.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'engines/sword2') 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" -- cgit v1.2.3