diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-12-05 15:35:44 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-12-05 15:35:44 +0000 |
| commit | 8596e31595c9aba128078ba4a3950543ea291f98 (patch) | |
| tree | ce6397e2ba0382d34883ed48e5444e6fa6a1d1bf /src/lib/dcp_video.cc | |
| parent | cf8e0e9e26dbaefab768000ebc1655b34ad11105 (diff) | |
Include rearrangement.
Diffstat (limited to 'src/lib/dcp_video.cc')
| -rw-r--r-- | src/lib/dcp_video.cc | 40 |
1 files changed, 20 insertions, 20 deletions
diff --git a/src/lib/dcp_video.cc b/src/lib/dcp_video.cc index cacba190f..62340a468 100644 --- a/src/lib/dcp_video.cc +++ b/src/lib/dcp_video.cc @@ -28,26 +28,6 @@ * of images that require encoding. */ -#include <stdint.h> -#include <cstring> -#include <cstdlib> -#include <stdexcept> -#include <cstdio> -#include <iomanip> -#include <iostream> -#include <fstream> -#include <unistd.h> -#include <errno.h> -#include <boost/array.hpp> -#include <boost/asio.hpp> -#include <boost/filesystem.hpp> -#include <boost/lexical_cast.hpp> -#include <dcp/gamma_lut.h> -#include <dcp/xyz_frame.h> -#include <dcp/rgb_xyz.h> -#include <dcp/colour_matrix.h> -#include <dcp/raw_convert.h> -#include <libcxml/cxml.h> #include "film.h" #include "dcp_video.h" #include "config.h" @@ -60,6 +40,26 @@ #include "cross.h" #include "player_video.h" #include "encoded_data.h" +#include <libcxml/cxml.h> +#include <dcp/gamma_lut.h> +#include <dcp/xyz_frame.h> +#include <dcp/rgb_xyz.h> +#include <dcp/colour_matrix.h> +#include <dcp/raw_convert.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); |
