diff options
| author | Carl Hetherington <cth@carlh.net> | 2022-04-03 00:04:31 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2022-04-03 23:25:19 +0200 |
| commit | d311043bf3c1e3e7f41b314f7ab7c91ed7e5aa7f (patch) | |
| tree | ab41f58144bda078f96ce23f6328bd36cbd18dc6 /src/lib/image_examiner.cc | |
| parent | 8c39f950ec8f8b3cf4d258279ab499d7e71dafc8 (diff) | |
C++11 and whitespace cleanups.
Diffstat (limited to 'src/lib/image_examiner.cc')
| -rw-r--r-- | src/lib/image_examiner.cc | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/src/lib/image_examiner.cc b/src/lib/image_examiner.cc index ae12d7adb..2235c2e69 100644 --- a/src/lib/image_examiner.cc +++ b/src/lib/image_examiner.cc @@ -19,16 +19,16 @@ */ -#include "image_content.h" -#include "image_examiner.h" -#include "film.h" -#include "job.h" -#include "exceptions.h" +#include "compose.hpp" #include "config.h" #include "cross.h" -#include "compose.hpp" +#include "exceptions.h" #include "ffmpeg_image_proxy.h" +#include "film.h" #include "image.h" +#include "image_content.h" +#include "image_examiner.h" +#include "job.h" #include <dcp/openjpeg_image.h> #include <dcp/exceptions.h> #include <dcp/j2k_transcode.h> @@ -39,8 +39,8 @@ using std::cout; using std::list; -using std::sort; using std::shared_ptr; +using std::sort; using boost::optional; |
