diff options
| author | Carl Hetherington <cth@carlh.net> | 2025-01-02 23:58:07 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2025-01-05 12:58:13 +0100 |
| commit | 2970a579fa3e3f980f8a9d0cfea44b93ca05602a (patch) | |
| tree | 88c340eb79cd0b83496a809cf4f12e5b370dc785 /src/lib/spl.cc | |
| parent | b03f2277a205ff7e7cdaa12c6e52322ea474a7af (diff) | |
Remove some unused includes.
Diffstat (limited to 'src/lib/spl.cc')
| -rw-r--r-- | src/lib/spl.cc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/lib/spl.cc b/src/lib/spl.cc index e87465cdc..615dd916a 100644 --- a/src/lib/spl.cc +++ b/src/lib/spl.cc @@ -23,7 +23,6 @@ #include "spl.h" #include <libcxml/cxml.h> #include <dcp/filesystem.h> -#include <dcp/raw_convert.h> #include <dcp/warnings.h> LIBDCP_DISABLE_WARNINGS #include <libxml++/libxml++.h> @@ -34,7 +33,6 @@ LIBDCP_ENABLE_WARNINGS using std::cout; using std::string; using std::shared_ptr; -using dcp::raw_convert; void |
