aboutsummaryrefslogtreecommitdiff
path: root/video/codecs/mjpeg.h
diff options
context:
space:
mode:
Diffstat (limited to 'video/codecs/mjpeg.h')
-rw-r--r--video/codecs/mjpeg.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/video/codecs/mjpeg.h b/video/codecs/mjpeg.h
index daa8b12dbb..da3719ea84 100644
--- a/video/codecs/mjpeg.h
+++ b/video/codecs/mjpeg.h
@@ -23,12 +23,12 @@
*
*/
-#ifndef GRAPHICS_MJPEG_H
-#define GRAPHICS_MJPEG_H
+#ifndef VIDEO_CODECS_MJPEG_H
+#define VIDEO_CODECS_MJPEG_H
#include "common/scummsys.h"
-#include "graphics/video/codecs/codec.h"
+#include "video/codecs/codec.h"
#include "graphics/jpeg.h"
#include "graphics/pixelformat.h"