From c50cefb66f13744068179c82536710314a7d616d Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Sun, 26 May 2024 18:25:13 +0200 Subject: Cleanup: include and using sorting. --- src/lib/verify_dcp_job.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/lib') 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; -- cgit v1.2.3