diff options
Diffstat (limited to 'src/lib/kdm_with_metadata.cc')
| -rw-r--r-- | src/lib/kdm_with_metadata.cc | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/src/lib/kdm_with_metadata.cc b/src/lib/kdm_with_metadata.cc index a486952f8..9292be224 100644 --- a/src/lib/kdm_with_metadata.cc +++ b/src/lib/kdm_with_metadata.cc @@ -19,24 +19,24 @@ */ -#include "kdm_with_metadata.h" #include "cinema.h" -#include "screen.h" -#include "util.h" -#include "zipper.h" #include "config.h" #include "dcpomatic_log.h" #include "emailer.h" +#include "kdm_with_metadata.h" +#include "screen.h" +#include "util.h" +#include "zipper.h" #include "i18n.h" -using std::string; using std::cout; +using std::function; using std::list; using std::shared_ptr; +using std::string; using boost::optional; -using std::function; int |
