diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-07-20 00:53:14 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-07-20 00:53:14 +0100 |
| commit | 293583097f7b25e481f0898f13c62c10aac33719 (patch) | |
| tree | 399279b6903b63a0f9ab1ec1365fce59ce9984d1 /src/lib/video_decoder.h | |
| parent | d7d329289a10ed19f27dbfc4bf107a658a72190e (diff) | |
Remove some unused stuff.
Diffstat (limited to 'src/lib/video_decoder.h')
| -rw-r--r-- | src/lib/video_decoder.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/lib/video_decoder.h b/src/lib/video_decoder.h index 0560cbb6f..26a11c805 100644 --- a/src/lib/video_decoder.h +++ b/src/lib/video_decoder.h @@ -20,10 +20,14 @@ #ifndef DCPOMATIC_VIDEO_DECODER_H #define DCPOMATIC_VIDEO_DECODER_H +#include <boost/signals2.hpp> +#include <boost/shared_ptr.hpp> #include "decoder.h" +#include "video_content.h" #include "util.h" class VideoContent; +class Image; class VideoDecoder : public virtual Decoder { |
