summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2025-06-21 11:50:03 +0200
committerCarl Hetherington <cth@carlh.net>2025-07-10 23:13:14 +0200
commit70a62293a3abf43e6b5f7c0917e9e00b5066680c (patch)
tree1cf06393b750462c38b6ac7d1337ba7f6b542ac9
parentb9686f36146719d81473612e66eec452cd0b53f8 (diff)
Cleanup: using ordering.
-rw-r--r--src/lib/spl_entry.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/spl_entry.cc b/src/lib/spl_entry.cc
index 1e198faea..03df91729 100644
--- a/src/lib/spl_entry.cc
+++ b/src/lib/spl_entry.cc
@@ -28,8 +28,8 @@ LIBDCP_DISABLE_WARNINGS
LIBDCP_ENABLE_WARNINGS
-using std::shared_ptr;
using std::dynamic_pointer_cast;
+using std::shared_ptr;
SPLEntry::SPLEntry(shared_ptr<Content> c)