aboutsummaryrefslogtreecommitdiff
path: root/video/codecs/truemotion1.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'video/codecs/truemotion1.cpp')
-rw-r--r--video/codecs/truemotion1.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/video/codecs/truemotion1.cpp b/video/codecs/truemotion1.cpp
index 6ea766ffe1..e9a790924e 100644
--- a/video/codecs/truemotion1.cpp
+++ b/video/codecs/truemotion1.cpp
@@ -26,11 +26,11 @@
// Based on the TrueMotion 1 decoder by Alex Beregszaszi & Mike Melanson in FFmpeg
#include "common/scummsys.h"
-#include "graphics/video/codecs/truemotion1.h"
+#include "video/codecs/truemotion1.h"
-#ifdef GRAPHICS_TRUEMOTION1_H
+#ifdef VIDEO_CODECS_TRUEMOTION1_H
-#include "graphics/video/codecs/truemotion1data.h"
+#include "video/codecs/truemotion1data.h"
#include "common/stream.h"
namespace Graphics {