Remove some unnecessary includes in film.h
authorCarl Hetherington <cth@carlh.net>
Tue, 16 Jul 2013 11:47:10 +0000 (12:47 +0100)
committerCarl Hetherington <cth@carlh.net>
Tue, 16 Jul 2013 11:47:10 +0000 (12:47 +0100)
src/lib/film.h

index 24c43419a0032534772318915c19d67f91e03178..6e9e19548dec7c7552ad55fa281a220779641b25 100644 (file)
 #include <boost/signals2.hpp>
 #include <boost/enable_shared_from_this.hpp>
 #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<Film>
 {