Cleanup: whitespace and header sorting.
authorCarl Hetherington <cth@carlh.net>
Mon, 20 Nov 2023 23:22:36 +0000 (00:22 +0100)
committerCarl Hetherington <cth@carlh.net>
Mon, 20 Nov 2023 23:22:36 +0000 (00:22 +0100)
src/lib/job.h

index 7814e0c2d75452f84912854df972a29162a9e548..8f141624b6345477e9493a209aa4762b8fb77867 100644 (file)
 
 */
 
+
 /** @file src/job.h
  *  @brief A parent class to represent long-running tasks which are run in their own thread.
  */
 
+
 #ifndef DCPOMATIC_JOB_H
 #define DCPOMATIC_JOB_H
 
+
 #include "signaller.h"
-#include <boost/thread/mutex.hpp>
 #include <boost/signals2.hpp>
 #include <boost/thread.hpp>
+#include <boost/thread/mutex.hpp>
 #include <string>
 
+
 class Film;
 
+
 /** @class Job
  *  @brief A parent class to represent long-running tasks which are run in their own thread.
  */