summaryrefslogtreecommitdiff
path: root/src/lib/content_video.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2022-12-13 11:18:31 +0100
committerCarl Hetherington <cth@carlh.net>2022-12-13 11:18:31 +0100
commit0185ba27b0e9c52a173147c1380ec5f345109afc (patch)
tree857df3c7f920312cccfa6a69cae7c709658a11c7 /src/lib/content_video.h
parent94d5ba335224db075a95a76654f732ef54a4eabd (diff)
More header trimming.
Diffstat (limited to 'src/lib/content_video.h')
-rw-r--r--src/lib/content_video.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/lib/content_video.h b/src/lib/content_video.h
index 8ca18576e..4fdab717a 100644
--- a/src/lib/content_video.h
+++ b/src/lib/content_video.h
@@ -18,13 +18,17 @@
*/
+
#ifndef DCPOMATIC_CONTENT_VIDEO_H
#define DCPOMATIC_CONTENT_VIDEO_H
+
#include "types.h"
+
class ImageProxy;
+
/** @class ContentVideo
* @brief A frame of video straight out of some content.
*/