This AtomicityChecker was introduced a long time ago for reasons
[dcpomatic.git] / src / lib / playlist.h
index dc984aacf077d64f78ea37520d9162cbfdbad9f8..51c13e33f19a1af510ffcaf5763d65f7689bae7b 100644 (file)
@@ -1,5 +1,5 @@
 /*
-    Copyright (C) 2013-2018 Carl Hetherington <cth@carlh.net>
+    Copyright (C) 2013-2020 Carl Hetherington <cth@carlh.net>
 
     This file is part of DCP-o-matic.
 
 
 #include "util.h"
 #include "frame_rate_change.h"
-#include "atomicity_checker.h"
 #include <libcxml/cxml.h>
 #include <boost/shared_ptr.hpp>
 #include <boost/signals2.hpp>
+#include <boost/thread.hpp>
 #include <list>
 
 class Film;
@@ -94,7 +94,6 @@ private:
        bool _sequence;
        bool _sequencing;
        std::list<boost::signals2::connection> _content_connections;
-       AtomicityChecker _checker;
 };
 
 #endif