Use libdcp's compress_j2k; move Data into libdcp.
[dcpomatic.git] / src / lib / server.cc
index 5d85d8800054ea83a4434385d5cced9016061fb5..8399421b55269508a4652968ea1d84699cf99b99 100644 (file)
@@ -30,7 +30,6 @@
 #include "config.h"
 #include "cross.h"
 #include "player_video.h"
-#include "data.h"
 #include "safe_stringstream.h"
 #include "raw_convert.h"
 #include "compose.hpp"
@@ -64,6 +63,7 @@ using boost::bind;
 using boost::scoped_array;
 using boost::optional;
 using dcp::Size;
+using dcp::Data;
 
 Server::Server (shared_ptr<Log> log, bool verbose)
        : _terminate (false)