aboutsummaryrefslogtreecommitdiff
path: root/video/codecs/truemotion1.h
diff options
context:
space:
mode:
Diffstat (limited to 'video/codecs/truemotion1.h')
-rw-r--r--video/codecs/truemotion1.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/video/codecs/truemotion1.h b/video/codecs/truemotion1.h
index ab8fb221f8..c80598afdc 100644
--- a/video/codecs/truemotion1.h
+++ b/video/codecs/truemotion1.h
@@ -28,10 +28,10 @@
// Only compile if SCI32 is enabled or if we're building dynamic modules
#if defined(ENABLE_SCI32) || defined(DYNAMIC_MODULES)
-#ifndef GRAPHICS_TRUEMOTION1_H
-#define GRAPHICS_TRUEMOTION1_H
+#ifndef VIDEO_CODECS_TRUEMOTION1_H
+#define VIDEO_CODECS_TRUEMOTION1_H
-#include "graphics/video/codecs/codec.h"
+#include "video/codecs/codec.h"
namespace Graphics {
@@ -102,5 +102,5 @@ private:
} // End of namespace Graphics
-#endif // GRAPHICS_TRUEMOTION1_H
+#endif // VIDEO_CODECS_TRUEMOTION1_H
#endif // SCI32/Plugins guard