Fix erroneous check wrt intrinsic duration.
[dcpomatic.git] / src / lib / job.h
index 41cefb9bee113a2ba322f06845fb4e02cf3daca0..f32cfa811ad58c19d10c320bcb323120099354ba 100644 (file)
@@ -30,7 +30,6 @@
 #include <boost/signals2.hpp>
 
 class Film;
-class Options;
 
 /** @class Job
  *  @brief A parent class to represent long-running tasks which are run in their own thread.