diff options
| author | Carl Hetherington <cth@carlh.net> | 2024-05-26 18:25:13 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2024-07-27 13:10:44 +0200 |
| commit | c50cefb66f13744068179c82536710314a7d616d (patch) | |
| tree | db65ae14c153a07ba2cf1df305407fe7dce0fd7a | |
| parent | 839c9712b0d86e13051acad0b273df24172dc430 (diff) | |
Cleanup: include and using sorting.
| -rw-r--r-- | src/lib/verify_dcp_job.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/verify_dcp_job.cc b/src/lib/verify_dcp_job.cc index 5e50ec51d..6635d408c 100644 --- a/src/lib/verify_dcp_job.cc +++ b/src/lib/verify_dcp_job.cc @@ -20,16 +20,16 @@ #include "config.h" +#include "content.h" #include "cross.h" #include "verify_dcp_job.h" -#include "content.h" #include "i18n.h" +using std::shared_ptr; using std::string; using std::vector; -using std::shared_ptr; using boost::optional; #if BOOST_VERSION >= 106100 using namespace boost::placeholders; |
