projects
/
dcpomatic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
839c971
)
Cleanup: include and using sorting.
author
Carl Hetherington
<cth@carlh.net>
Sun, 26 May 2024 16:25:13 +0000
(18:25 +0200)
committer
Carl Hetherington
<cth@carlh.net>
Sat, 27 Jul 2024 11:10:44 +0000
(13:10 +0200)
src/lib/verify_dcp_job.cc
patch
|
blob
|
history
diff --git
a/src/lib/verify_dcp_job.cc
b/src/lib/verify_dcp_job.cc
index 5e50ec51db3bd3873c99de004d7ae6be01e48758..6635d408cb27d275f99045ed8476cdaf4c771068 100644
(file)
--- 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;