From 6c19b21e12f73ce63edd406ea617ff25bcc9bfea Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Mon, 30 Nov 2015 00:05:34 +0000 Subject: Use libdcp's compress_j2k; move Data into libdcp. --- src/lib/emailer.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/lib/emailer.cc') diff --git a/src/lib/emailer.cc b/src/lib/emailer.cc index c7f1b9053..78cbfea8d 100644 --- a/src/lib/emailer.cc +++ b/src/lib/emailer.cc @@ -18,7 +18,6 @@ */ #include "compose.hpp" -#include "data.h" #include "config.h" #include "emailer.h" #include "exceptions.h" @@ -35,6 +34,7 @@ using std::list; using std::cout; using std::pair; using boost::shared_ptr; +using dcp::Data; Emailer::Emailer (string from, list to, string subject, string body) : _from (from) -- cgit v1.2.3