Remove some unused includes.
authorCarl Hetherington <cth@carlh.net>
Thu, 2 Jan 2025 22:58:07 +0000 (23:58 +0100)
committerCarl Hetherington <cth@carlh.net>
Sun, 5 Jan 2025 11:58:13 +0000 (12:58 +0100)
src/lib/atmos_mxf_content.cc
src/lib/copy_to_drive_job.cc
src/lib/cross_osx.cc
src/lib/dkdm_recipient.cc
src/lib/ffmpeg.cc
src/lib/ffmpeg_subtitle_stream.cc
src/lib/spl.cc
src/lib/types.cc
src/lib/writer.cc
src/tools/dcpomatic_player.cc
src/wx/playlist_controls.cc

index 403f9893316713aa39bf4bdf8de2a353564f2061..6b2a64d68f2a7d4a2369c65d4e7939d52903fc75 100644 (file)
@@ -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"
index 7d208e0ecb6f3ac8225085de659e0d0893f9608f..4ed9421d69ec4182687d2e60bf484f0ec04a51a5 100644 (file)
@@ -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)
index 6df2f959e5fdb390f3bae4a1da1b1932eb226cd0..a201cc5f93767c62f7edf9dc5842fd6936853389 100644 (file)
@@ -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>
index 83ba96de65be53fe6f34391a0912862fc7afc938..4ab532f3d8dfa04c5011176237d32aa992954f5f 100644 (file)
 #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
index 550e045b39e6803384b9a226ca7ab2859c846117..c6867c0813802dace7028d4583c94f68587b142b 100644 (file)
@@ -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;
 
 
index 3f43b6ec5773fe130873930d84c87f323c3e733e..5a565508807fabd730afe5820d2eb0145ca0945f 100644 (file)
@@ -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().
index e87465cdc5dd6909bf71ef05fbce63fe86ce6e06..615dd916a00b75c10d81e42013da1863afb0e911 100644 (file)
@@ -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
index 58382fdc71312bc580c3dc611ffabf481dbeba6b..48363f892eb6b4fdde3d44ef4b9c05b1b7acfd48 100644 (file)
@@ -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)
index 138873cc36a854fe255c34944fc157b18eb67b5e..f1dceee6e14d9f420e1560232e33011f9db43a17 100644 (file)
@@ -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>
index fefb09c4908ca545b6e31e4a939153ce7105877d..377c432ba75e2d3c7311d4e72c944fd910f7fb8b 100644 (file)
@@ -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;
 
 
index ce6cb87e02f9f6b028724ab129dfe95be7e8e89a..0e1977a67c365dabc7ee60a0c6d1014248af3df5 100644 (file)
@@ -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>