summaryrefslogtreecommitdiff
path: root/src/lib
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2024-08-03 22:28:03 +0200
committerCarl Hetherington <cth@carlh.net>2024-08-03 22:28:03 +0200
commite9579689d096a04aaf1309f0a1574288311e72d0 (patch)
treeb448137e4242c8dfa77c6bd0fa2de1f3b26aa446 /src/lib
parent95abcc7d18997c1391423d15506bf03ab20997e6 (diff)
parentf08c5b4596b7ded4ea75bfa599414470c9dfbb84 (diff)
Merge remote-tracking branch 'origin/main' into v2.17.x
Diffstat (limited to 'src/lib')
-rw-r--r--src/lib/verify_dcp_job.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/verify_dcp_job.cc b/src/lib/verify_dcp_job.cc
index 668b1eab4..a7688717d 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;