diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-12-05 15:45:05 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-12-05 15:45:05 +0000 |
| commit | b5b97ce4ddb978369c5a07f2a5f1cb3347156721 (patch) | |
| tree | a43728c7896277d34c1735d85b69ce1bb087fefb /src/lib/video_content.cc | |
| parent | 8596e31595c9aba128078ba4a3950543ea291f98 (diff) | |
More header file rearrangement.
Diffstat (limited to 'src/lib/video_content.cc')
| -rw-r--r-- | src/lib/video_content.cc | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/lib/video_content.cc b/src/lib/video_content.cc index ca0c687a7..1fe02bae4 100644 --- a/src/lib/video_content.cc +++ b/src/lib/video_content.cc @@ -17,10 +17,6 @@ */ -#include <iomanip> -#include <libcxml/cxml.h> -#include <dcp/colour_matrix.h> -#include <dcp/raw_convert.h> #include "video_content.h" #include "video_examiner.h" #include "compose.hpp" @@ -33,6 +29,10 @@ #include "frame_rate_change.h" #include "log.h" #include "safe_stringstream.h" +#include <libcxml/cxml.h> +#include <dcp/colour_matrix.h> +#include <dcp/raw_convert.h> +#include <iomanip> #include "i18n.h" |
