summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2024-12-23 15:32:10 +0100
committerCarl Hetherington <cth@carlh.net>2024-12-23 17:34:56 +0100
commitadb6564cc2596ac0ee8387780233ba22a061ee65 (patch)
tree0e5bd23e3a0bb10af57a7a8a0ad54fbef4b6f53c
parent77f52850eb56fa72bca3c072e9445649dc85493c (diff)
using sorting.
-rw-r--r--src/decrypted_kdm.cc12
-rw-r--r--src/mxf.cc4
-rw-r--r--src/text_asset_internal.cc2
3 files changed, 9 insertions, 9 deletions
diff --git a/src/decrypted_kdm.cc b/src/decrypted_kdm.cc
index 20b821d8..bf099a9a 100644
--- a/src/decrypted_kdm.cc
+++ b/src/decrypted_kdm.cc
@@ -55,15 +55,15 @@
#include <openssl/err.h>
-using std::list;
-using std::vector;
-using std::string;
-using std::setw;
-using std::setfill;
using std::hex;
-using std::pair;
+using std::list;
using std::map;
+using std::pair;
+using std::setfill;
+using std::setw;
using std::shared_ptr;
+using std::string;
+using std::vector;
using boost::optional;
using namespace dcp;
diff --git a/src/mxf.cc b/src/mxf.cc
index 1154b80d..acf9fed9 100644
--- a/src/mxf.cc
+++ b/src/mxf.cc
@@ -52,12 +52,12 @@
#include <iostream>
-using std::string;
using std::cout;
+using std::dynamic_pointer_cast;
using std::list;
using std::pair;
using std::shared_ptr;
-using std::dynamic_pointer_cast;
+using std::string;
using namespace dcp;
diff --git a/src/text_asset_internal.cc b/src/text_asset_internal.cc
index bd4355e5..f1bb83fb 100644
--- a/src/text_asset_internal.cc
+++ b/src/text_asset_internal.cc
@@ -44,9 +44,9 @@
#include <cmath>
-using std::string;
using std::map;
using std::shared_ptr;
+using std::string;
using namespace dcp;