diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-08-26 19:26:41 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-08-26 19:26:41 +0100 |
| commit | dd8a7d1bbb8f2afb1b98d2be856ff0a9920e180d (patch) | |
| tree | 0d89f77fcad1b9bd0629587f367b79384bb0fbb3 /src/lib/player.h | |
| parent | 14e4bc18e65378332604016bd6239861a083d5bf (diff) | |
Rest of src/lib/*.h tidying.
Diffstat (limited to 'src/lib/player.h')
| -rw-r--r-- | src/lib/player.h | 19 |
1 files changed, 4 insertions, 15 deletions
diff --git a/src/lib/player.h b/src/lib/player.h index a795f8174..061388c44 100644 --- a/src/lib/player.h +++ b/src/lib/player.h @@ -20,30 +20,19 @@ #ifndef DCPOMATIC_PLAYER_H #define DCPOMATIC_PLAYER_H -#include "content.h" +#include "player_subtitles.h" #include "film.h" -#include "rect.h" -#include "audio_content.h" -#include "dcpomatic_time.h" -#include "content_subtitle.h" +#include "content.h" #include "position_image.h" #include "piece.h" -#include "content_video.h" -#include "player_subtitles.h" #include <boost/shared_ptr.hpp> #include <boost/enable_shared_from_this.hpp> #include <list> -class Job; -class Film; -class AudioContent; -class Piece; -class Image; -class Decoder; -class Resampler; class PlayerVideo; -class ImageProxy; +class Playlist; class Font; +class AudioBuffers; /** @class Player * @brief A class which can `play' a Playlist. |
