X-Git-Url: https://git.carlh.net/gitweb/?p=dcpomatic.git;a=blobdiff_plain;f=src%2Flib%2Fbutler.cc;h=27b39ba4fb13b3a3bae76963f9f42b56472309fe;hp=de6a6512649ac1a31543736fdb8fa5b3cebadedc;hb=471dee40c1476aba2ff0cff7a57b31306c50b93e;hpb=58e94d1c412cd87a28fca99b46c7d5cf408f8186 diff --git a/src/lib/butler.cc b/src/lib/butler.cc index de6a65126..27b39ba4f 100644 --- a/src/lib/butler.cc +++ b/src/lib/butler.cc @@ -20,25 +20,25 @@ #include "butler.h" -#include "player.h" -#include "util.h" -#include "log.h" -#include "dcpomatic_log.h" -#include "cross.h" #include "compose.hpp" +#include "cross.h" +#include "dcpomatic_log.h" #include "exceptions.h" +#include "log.h" +#include "player.h" +#include "util.h" #include "video_content.h" using std::cout; -using std::pair; +using std::function; using std::make_pair; +using std::pair; +using std::shared_ptr; using std::string; using std::weak_ptr; -using std::shared_ptr; using boost::bind; using boost::optional; -using std::function; using namespace dcpomatic; #if BOOST_VERSION >= 106100 using namespace boost::placeholders;