aboutsummaryrefslogtreecommitdiff
path: root/engines/sword2/animation.h
diff options
context:
space:
mode:
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"