diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-08-18 18:04:49 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-08-18 18:04:49 +0100 |
| commit | c2a97b6f83a32483817d02194a1e7c8d6828b0bb (patch) | |
| tree | 538dc2cf638cd6dd184a4904a950e69082a55e5b /src/lib/job.cc | |
| parent | 99856300c7080f7602507ae6f64b870200710736 (diff) | |
Include tidying.
Diffstat (limited to 'src/lib/job.cc')
| -rw-r--r-- | src/lib/job.cc | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/src/lib/job.cc b/src/lib/job.cc index def874ba2..25a533654 100644 --- a/src/lib/job.cc +++ b/src/lib/job.cc @@ -17,19 +17,20 @@ */ -/** @file src/job.cc +/** @file src/job.cc * @brief A parent class to represent long-running tasks which are run in their own thread. */ -#include <boost/thread.hpp> -#include <boost/filesystem.hpp> -#include <dcp/exceptions.h> #include "job.h" #include "util.h" #include "cross.h" #include "exceptions.h" #include "film.h" #include "log.h" +#include "compose.hpp" +#include <dcp/exceptions.h> +#include <boost/thread.hpp> +#include <boost/filesystem.hpp> #include "i18n.h" |
