From 2b0e9dd97a5773f52eba5704903b82e90f4c6f63 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Tue, 21 Nov 2023 00:22:36 +0100 Subject: Cleanup: whitespace and header sorting. --- src/lib/job.h | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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 #include #include +#include #include + class Film; + /** @class Job * @brief A parent class to represent long-running tasks which are run in their own thread. */ -- cgit v1.2.3