summaryrefslogtreecommitdiff
path: root/src/lib/copy_to_drive_job.cc
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 /src/lib/copy_to_drive_job.cc
parentb03f2277a205ff7e7cdaa12c6e52322ea474a7af (diff)
Remove some unused includes.
Diffstat (limited to 'src/lib/copy_to_drive_job.cc')
-rw-r--r--src/lib/copy_to_drive_job.cc2
1 files changed, 0 insertions, 2 deletions
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)