Some include tidying.
[dcpomatic.git] / src / lib / send_kdm_email_job.h
index 084836715f865fe6a62b52eae1e7ac1536bd202f..8d9f9b008f721d2413e1b28930bda0eb47e89a0b 100644 (file)
@@ -17,9 +17,9 @@
 
 */
 
-#include <boost/filesystem.hpp>
-#include <dcp/types.h>
 #include "job.h"
+#include <dcp/types.h>
+#include <boost/filesystem.hpp>
 
 class Screen;
 
@@ -36,7 +36,6 @@ public:
                );
 
        std::string name () const;
-       std::string json_name () const;
        void run ();
 
 private: