diff options
| author | Carl Hetherington <cth@carlh.net> | 2023-11-21 00:22:36 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2023-11-21 00:22:36 +0100 |
| commit | 2b0e9dd97a5773f52eba5704903b82e90f4c6f63 (patch) | |
| tree | 6a2f096e03603ef0126b611555b3ed98786c8bbb | |
| parent | 125b8be7877221cdbf96237da7c51af13d7e31ad (diff) | |
Cleanup: whitespace and header sorting.
| -rw-r--r-- | src/lib/job.h | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/src/lib/job.h b/src/lib/job.h index 7814e0c2d..8f141624b 100644 --- a/src/lib/job.h +++ b/src/lib/job.h @@ -18,21 +18,26 @@ */ + /** @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. */ |
