Cleanup: include and using sorting.
authorCarl Hetherington <cth@carlh.net>
Sun, 26 May 2024 16:25:13 +0000 (18:25 +0200)
committerCarl Hetherington <cth@carlh.net>
Sat, 27 Jul 2024 11:10:44 +0000 (13:10 +0200)
src/lib/verify_dcp_job.cc

index 5e50ec51db3bd3873c99de004d7ae6be01e48758..6635d408cb27d275f99045ed8476cdaf4c771068 100644 (file)
 
 
 #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;