Move Size operator functions to the same file as the class declaration.
[libdcp.git] / src / util.h
index feee7af0f08352783fd8c5e9b3fe33bea997c525..110017df00d3eb915fc056f25dbbd76c1593725b 100644 (file)
@@ -59,10 +59,6 @@ class CertificateChain;
 class GammaLUT;
 class OpenJPEGImage;
 
-extern bool operator== (Size const & a, Size const & b);
-extern bool operator!= (Size const & a, Size const & b);
-extern std::ostream& operator<< (std::ostream& s, Size const & a);
-
 extern std::string make_uuid ();
 extern std::string make_digest (boost::filesystem::path filename, boost::function<void (float)>);
 extern std::string content_kind_to_string (ContentKind kind);