From 5a89b6e5f04878dc5a54980ef63d1f38d9428808 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Tue, 16 Jul 2013 12:47:10 +0100 Subject: Remove some unnecessary includes in film.h --- src/lib/film.h | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) (limited to 'src/lib') diff --git a/src/lib/film.h b/src/lib/film.h index 24c43419a..6e9e19548 100644 --- a/src/lib/film.h +++ b/src/lib/film.h @@ -33,24 +33,21 @@ #include #include #include "util.h" -#include "dci_metadata.h" #include "types.h" -#include "ffmpeg_content.h" #include "playlist.h" +#include "dci_metadata.h" class DCPContentType; -class Job; -class Filter; class Log; -class ExamineContentJob; -class AnalyseAudioJob; -class ExternalAudioStream; class Content; class Player; /** @class Film + * * @brief A representation of some audio and video content, and details of * how they should be presented in a DCP. + * + * The content of a Film is held in a Playlist (created and managed by the Film) */ class Film : public boost::enable_shared_from_this { -- cgit v1.2.3