summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2025-01-02 23:58:07 +0100
committerCarl Hetherington <cth@carlh.net>2025-01-05 12:58:13 +0100
commit2970a579fa3e3f980f8a9d0cfea44b93ca05602a (patch)
tree88c340eb79cd0b83496a809cf4f12e5b370dc785
parentb03f2277a205ff7e7cdaa12c6e52322ea474a7af (diff)
Remove some unused includes.
-rw-r--r--src/lib/atmos_mxf_content.cc1
-rw-r--r--src/lib/copy_to_drive_job.cc2
-rw-r--r--src/lib/cross_osx.cc1
-rw-r--r--src/lib/dkdm_recipient.cc2
-rw-r--r--src/lib/ffmpeg.cc2
-rw-r--r--src/lib/ffmpeg_subtitle_stream.cc2
-rw-r--r--src/lib/spl.cc2
-rw-r--r--src/lib/types.cc2
-rw-r--r--src/lib/writer.cc1
-rw-r--r--src/tools/dcpomatic_player.cc2
-rw-r--r--src/wx/playlist_controls.cc1
11 files changed, 0 insertions, 18 deletions
diff --git a/src/lib/atmos_mxf_content.cc b/src/lib/atmos_mxf_content.cc
index 403f98933..6b2a64d68 100644
--- a/src/lib/atmos_mxf_content.cc
+++ b/src/lib/atmos_mxf_content.cc
@@ -27,7 +27,6 @@
#include <asdcp/KM_log.h>
#include <dcp/atmos_asset.h>
#include <dcp/exceptions.h>
-#include <dcp/raw_convert.h>
#include <libxml++/libxml++.h>
#include "i18n.h"
diff --git a/src/lib/copy_to_drive_job.cc b/src/lib/copy_to_drive_job.cc
index 7d208e0ec..4ed9421d6 100644
--- a/src/lib/copy_to_drive_job.cc
+++ b/src/lib/copy_to_drive_job.cc
@@ -24,7 +24,6 @@
#include "dcpomatic_log.h"
#include "disk_writer_messages.h"
#include "exceptions.h"
-#include <dcp/raw_convert.h>
#include <nanomsg/nn.h>
#include <fcntl.h>
#include <unistd.h>
@@ -41,7 +40,6 @@ using std::min;
using std::shared_ptr;
using std::string;
using boost::optional;
-using dcp::raw_convert;
CopyToDriveJob::CopyToDriveJob(std::vector<boost::filesystem::path> const& dcps, Drive drive, Nanomsg& nanomsg)
diff --git a/src/lib/cross_osx.cc b/src/lib/cross_osx.cc
index 6df2f959e..a201cc5f9 100644
--- a/src/lib/cross_osx.cc
+++ b/src/lib/cross_osx.cc
@@ -27,7 +27,6 @@
#include "log.h"
#include "variant.h"
#include <dcp/filesystem.h>
-#include <dcp/raw_convert.h>
#include <glib.h>
#include <boost/algorithm/string.hpp>
#include <boost/regex.hpp>
diff --git a/src/lib/dkdm_recipient.cc b/src/lib/dkdm_recipient.cc
index 83ba96de6..4ab532f3d 100644
--- a/src/lib/dkdm_recipient.cc
+++ b/src/lib/dkdm_recipient.cc
@@ -24,14 +24,12 @@
#include "dkdm_recipient.h"
#include "film.h"
#include "kdm_with_metadata.h"
-#include <dcp/raw_convert.h>
using std::make_shared;
using std::shared_ptr;
using std::string;
using std::vector;
-using dcp::raw_convert;
KDMWithMetadataPtr
diff --git a/src/lib/ffmpeg.cc b/src/lib/ffmpeg.cc
index 550e045b3..c6867c081 100644
--- a/src/lib/ffmpeg.cc
+++ b/src/lib/ffmpeg.cc
@@ -32,7 +32,6 @@
#include "log.h"
#include "memory_util.h"
#include "util.h"
-#include <dcp/raw_convert.h>
extern "C" {
#include <libavcodec/avcodec.h>
#include <libavformat/avformat.h>
@@ -50,7 +49,6 @@ using std::cerr;
using std::vector;
using std::shared_ptr;
using boost::optional;
-using dcp::raw_convert;
using namespace dcpomatic;
diff --git a/src/lib/ffmpeg_subtitle_stream.cc b/src/lib/ffmpeg_subtitle_stream.cc
index 3f43b6ec5..5a5655088 100644
--- a/src/lib/ffmpeg_subtitle_stream.cc
+++ b/src/lib/ffmpeg_subtitle_stream.cc
@@ -19,7 +19,6 @@
*/
#include "ffmpeg_subtitle_stream.h"
-#include <dcp/raw_convert.h>
#include <dcp/warnings.h>
LIBDCP_DISABLE_WARNINGS
#include <libxml++/libxml++.h>
@@ -31,7 +30,6 @@ using std::map;
using std::list;
using std::cout;
using std::make_pair;
-using dcp::raw_convert;
/** Construct a SubtitleStream from a value returned from to_string().
* @param node String returned from to_string().
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
diff --git a/src/lib/types.cc b/src/lib/types.cc
index 58382fdc7..48363f892 100644
--- a/src/lib/types.cc
+++ b/src/lib/types.cc
@@ -24,7 +24,6 @@
#include <dcp/cpl.h>
#include <dcp/dcp.h>
#include <dcp/filesystem.h>
-#include <dcp/raw_convert.h>
#include <dcp/reel_asset.h>
#include <dcp/reel_file_asset.h>
#include <dcp/warnings.h>
@@ -41,7 +40,6 @@ using std::string;
using std::list;
using std::shared_ptr;
using std::vector;
-using dcp::raw_convert;
CPLSummary::CPLSummary (boost::filesystem::path p)
diff --git a/src/lib/writer.cc b/src/lib/writer.cc
index 138873cc3..f1dceee6e 100644
--- a/src/lib/writer.cc
+++ b/src/lib/writer.cc
@@ -42,7 +42,6 @@
#include <dcp/cpl.h>
#include <dcp/mono_mpeg2_picture_frame.h>
#include <dcp/locale_convert.h>
-#include <dcp/raw_convert.h>
#include <dcp/reel_file_asset.h>
#include <dcp/reel_text_asset.h>
#include <cerrno>
diff --git a/src/tools/dcpomatic_player.cc b/src/tools/dcpomatic_player.cc
index fefb09c49..377c432ba 100644
--- a/src/tools/dcpomatic_player.cc
+++ b/src/tools/dcpomatic_player.cc
@@ -74,7 +74,6 @@
#include <dcp/dcp.h>
#include <dcp/exceptions.h>
#include <dcp/filesystem.h>
-#include <dcp/raw_convert.h>
#include <dcp/scope_guard.h>
#include <dcp/search.h>
#include <dcp/warnings.h>
@@ -119,7 +118,6 @@ using boost::thread;
#if BOOST_VERSION >= 106100
using namespace boost::placeholders;
#endif
-using dcp::raw_convert;
using namespace dcpomatic;
diff --git a/src/wx/playlist_controls.cc b/src/wx/playlist_controls.cc
index ce6cb87e0..0e1977a67 100644
--- a/src/wx/playlist_controls.cc
+++ b/src/wx/playlist_controls.cc
@@ -36,7 +36,6 @@
#include "lib/player_video.h"
#include "lib/scoped_temporary.h"
#include <dcp/exceptions.h>
-#include <dcp/raw_convert.h>
#include <dcp/warnings.h>
LIBDCP_DISABLE_WARNINGS
#include <wx/listctrl.h>