diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-11-30 00:05:34 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-12-04 21:14:06 +0000 |
| commit | 6c19b21e12f73ce63edd406ea617ff25bcc9bfea (patch) | |
| tree | a671b7fd9913abef6eda535ed2551328a078cbcc /src/lib/emailer.cc | |
| parent | b1991796d6a4cbed8f8e1378bedbf7ecbf9647a2 (diff) | |
Use libdcp's compress_j2k; move Data into libdcp.
Diffstat (limited to 'src/lib/emailer.cc')
| -rw-r--r-- | src/lib/emailer.cc | 2 |
1 files changed, 1 insertions, 1 deletions
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<string> to, string subject, string body) : _from (from) |
