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_examiner.cc | |
| parent | cf8e0e9e26dbaefab768000ebc1655b34ad11105 (diff) | |
Include rearrangement.
Diffstat (limited to 'src/lib/dcp_examiner.cc')
| -rw-r--r-- | src/lib/dcp_examiner.cc | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/lib/dcp_examiner.cc b/src/lib/dcp_examiner.cc index 1e4cc899d..052c8bd76 100644 --- a/src/lib/dcp_examiner.cc +++ b/src/lib/dcp_examiner.cc @@ -17,6 +17,11 @@ */ +#include "dcp_examiner.h" +#include "dcp_content.h" +#include "exceptions.h" +#include "image.h" +#include "config.h" #include <dcp/dcp.h> #include <dcp/cpl.h> #include <dcp/reel.h> @@ -27,11 +32,6 @@ #include <dcp/stereo_picture_mxf.h> #include <dcp/stereo_picture_frame.h> #include <dcp/sound_mxf.h> -#include "dcp_examiner.h" -#include "dcp_content.h" -#include "exceptions.h" -#include "image.h" -#include "config.h" #include "i18n.h" |
