Hand-apply bbfb370d7de28ec1e8f307865cc6253bb5d4366e from master; quicker digest calcu...
[dcpomatic.git] / src / lib / examine_content_job.h
index c8037224faa708737e6739d5c29bc544ee74ad0f..016a56371de1ff8f8641b137484a2712d6d9ad04 100644 (file)
@@ -17,8 +17,8 @@
 
 */
 
-#include <boost/shared_ptr.hpp>
 #include "job.h"
+#include <boost/shared_ptr.hpp>
 
 class Content;
 class Log;
@@ -30,7 +30,6 @@ public:
        ~ExamineContentJob ();
 
        std::string name () const;
-       std::string json_name () const;
        void run ();
 
 private: