Merge master.
[dcpomatic.git] / src / lib / ratio.h
index c331edabe8104afd54e0ab0a8895aa7cebf5ef91..cd7d0d6e4de276b138f92733b3bbcee99ad5d10a 100644 (file)
@@ -22,7 +22,7 @@
 
 #include <vector>
 #include <boost/utility.hpp>
-#include <libdcp/util.h>
+#include <dcp/util.h>
 
 class Ratio : public boost::noncopyable
 {
@@ -34,8 +34,6 @@ public:
                , _dci_name (d)
        {}
 
-       libdcp::Size size (libdcp::Size) const;
-
        std::string id () const {
                return _id;
        }