Lots of #include <iostream>s for Arch.
[dcpomatic.git] / src / lib / image_proxy.cc
index 0b079725d79eca4db822f2ead1d29f829e76c094..2e9e8caafc0ba841db0f347a87903fc7aaea240f 100644 (file)
@@ -26,6 +26,7 @@
 #include "cross.h"
 #include <dcp/util.h>
 #include <libcxml/cxml.h>
+#include <iostream>
 
 #include "i18n.h"
 
@@ -46,9 +47,3 @@ image_proxy_factory (shared_ptr<cxml::Node> xml, shared_ptr<Socket> socket)
 
        throw NetworkError (_("Unexpected image type received by server"));
 }
-
-bool
-ImageProxy::same (shared_ptr<const ImageProxy> other) const
-{
-       return image()->digest() == other->image()->digest();
-}