diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-08-18 18:04:49 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-08-18 18:04:49 +0100 |
| commit | c2a97b6f83a32483817d02194a1e7c8d6828b0bb (patch) | |
| tree | 538dc2cf638cd6dd184a4904a950e69082a55e5b /src/lib/dcp_video.cc | |
| parent | 99856300c7080f7602507ae6f64b870200710736 (diff) | |
Include tidying.
Diffstat (limited to 'src/lib/dcp_video.cc')
| -rw-r--r-- | src/lib/dcp_video.cc | 12 |
1 files changed, 1 insertions, 11 deletions
diff --git a/src/lib/dcp_video.cc b/src/lib/dcp_video.cc index 7610e6c9f..5b5edba95 100644 --- a/src/lib/dcp_video.cc +++ b/src/lib/dcp_video.cc @@ -39,24 +39,15 @@ #include "player_video.h" #include "raw_convert.h" #include "data.h" +#include "compose.hpp" #include <libcxml/cxml.h> #include <dcp/openjpeg_image.h> #include <dcp/rgb_xyz.h> #include <dcp/colour_matrix.h> -#include <boost/array.hpp> #include <boost/asio.hpp> -#include <boost/filesystem.hpp> -#include <boost/lexical_cast.hpp> #include <stdint.h> -#include <cstring> -#include <cstdlib> -#include <stdexcept> -#include <cstdio> #include <iomanip> #include <iostream> -#include <fstream> -#include <unistd.h> -#include <errno.h> #define LOG_GENERAL(...) _log->log (String::compose (__VA_ARGS__), Log::TYPE_GENERAL); #define LOG_DEBUG_ENCODE(...) _log->log (String::compose (__VA_ARGS__), Log::TYPE_DEBUG_ENCODE); @@ -66,7 +57,6 @@ using std::string; using std::cout; using boost::shared_ptr; -using boost::lexical_cast; using dcp::Size; #define DCI_COEFFICENT (48.0 / 52.37) |
